F-Droid Devs

235 Members
#fdroid-dev F-Droid development discussion only | Use #fdroid:f-droid.org for general, app- and repo-related matters | Meetings: https://gitlab.com/fdroid/wiki/-/wikis/Weekly-Office-Hours | This channel is publicly logged at https://matrix.f-droid.org/alias/%23fdroid-dev:f-droid.org42 Servers

Load older messages


SenderMessageTime
10 Aug 2021
@_oftc_Licaon_Kter:matrix.orgLicaon_Kter left the room.22:13:03
11 Aug 2021
@smichel17:matrix.orgsmichel17 changed their profile picture.12:27:47
@SylvieLorxu:matrix.orgSylviaHmm... is the build server broken? It hasn't started a new cycle after over 24 hours14:33:55
@rdfg77:kde.orglinsuiI'm wondering will new commit be built in this build cycle?14:50:42
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp] linsui: new commit? 14:56:33
@rdfg77:kde.orglinsuihttps://monitor.f-droid.org/builds/running says the fdroiddata version is 8c56c202, so all commits after that won't be built?15:05:58
@rdfg77:kde.orglinsuiI'm also wondering what does the dirty mean.15:06:36
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp] linsui: I'm not sure it's started anyway 15:08:11
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp] https://f-droid.org/wiki/index.php?title=Special:RecentChanges&days=7&from=&hidebots=0&hideanons=1&hideliu=1&limit=500 15:08:11
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp] rewritemeta spits `AttributeError: module 'ruamel.yaml' has no attribute 'YAML'` 15:09:23
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp]What does this mean? I do have python3-ruamel.yaml package15:09:24
@_oftc_jochensp:matrix.orgjochensp Sylvia: maybe the build server gets an update 15:35:54
@_oftc_jochensp:matrix.orgjochensp linsui: dirty means that some files in fdroiddata where modified, you can check the yaml to see which but most probably it is the known_apks.txt 15:36:52
@_oftc_jochensp:matrix.orgjochenspLicaon_Kter[xmpp]: maybe old version of ruamel15:39:02
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp]Stretch as usual, dunno...15:45:45
@rdfg77:kde.orglinsui
In reply to @_oftc_jochensp:matrix.org
linsui: dirty means that some files in fdroiddata where modified, you can check the yaml to see which but most probably it is the known_apks.txt
Does it means that some files are modified since last build?
15:56:40
@_oftc_jochensp:matrix.orgjochensp linsui: yes, check the yaml 16:02:17
@eighthave:matrix.org_hc
In reply to @rdfg77:kde.org
I'm also wondering what does the dirty mean.
you can see that in the JSON https://f-droid.org/repo/status/running.json, its not shown in monitor, but it could be
16:23:06
@eighthave:matrix.org_hc Licaon_Kter[xmpp]: you need a newer version of ruamel.yaml. You can see it in the provisioning I think. Try from stretch-backports 16:25:33
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp]Hmm, will try16:25:59
@_oftc_Licaon_Kter[xmpp]:matrix.orgLicaon_Kter[xmpp] I'll have to update docs with all the packages I added after setup 16:26:26
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆)
In reply to @eighthave:matrix.org
seems like we should switch straight to bullseye and skip buster, if we can
since bullseye is supposed to be released in 3 days, I'd say that makes sense :)
17:08:10
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆)
In reply to @eighthave:matrix.org
like those that need java8
fwiw: openjdk-8 is back in sid. if it gets backported, it should then also be available in bullseye.
17:09:12
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆)
In reply to @rdfg77:kde.org
Does submodule inited when fdroid update looking up triplr-t? https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9475#note_646127782
afaik submodule updates/init (and git clone/checkout etc.) are only run during fdroid build and fdroid scanner. fdroid update (which copies triple-t/fastlane) should use what's "left behind" by that.
17:11:05
@eighthave:matrix.org_hcyou'd have to check whether the submodule stuff is run on the buildserver host or not. It might only be run in the buildserver guest.17:18:56
@eighthave:matrix.org_hcin which case, update would not see it17:19:03
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆)
In reply to @eighthave:matrix.org
you'd have to check whether the submodule stuff is run on the buildserver host or not. It might only be run in the buildserver guest.
now that you mention that, I'm pretty sure that's the problem.
17:26:28
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆)should I make an MR to run it on the host as well?17:26:56
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆)
In reply to @obfusk:matrix.org
now that you mention that, I'm pretty sure that's the problem.
confirmed. common.prepare_source() is only run in build_local().
17:28:30
@obfusk:matrix.org幸猫 (𝗍𝗁𝖾𝗒/𝗍𝗁𝖾𝗆)
In reply to @obfusk:matrix.org
should I make an MR to run it on the host as well?
https://gitlab.com/fdroid/fdroidserver/-/merge_requests/994
17:39:31

Show newer messages


Back to Room ListRoom Version: 6