diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-24 17:53:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-24 17:53:21 +0200 |
commit | 882377c9893bb68bf60ca1a3a82ddfaa295c53bf (patch) | |
tree | 7fb6bc5bffeccbf70c9e3a54ea285d7ee1830f93 /TODO | |
parent | fa3fe9465fdca1232be4b0c2006b667dad2517fb (diff) | |
download | jenkins.debian.net-882377c9893bb68bf60ca1a3a82ddfaa295c53bf.tar.xz |
reproducible: bug fixing is top prio
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -171,6 +171,14 @@ properties: === reproducible builds * higher prio: +** reproducible_build.sh changes needed: +*** fix the cause for the frequent 404s or workaround it well +*** fix: "DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied" - maybe by making sure the cause is gone… https://jenkins.debian.net/job/reproducible_builder_amd64_14/909/ is an example for that +*** race condition with itself? https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/console says Warning, package php5 in unstable on armhf is probably already building elsewhere, exiting. Please check https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/ which does not compute. +*** deal properly with out of diskspace problems, https://jenkins.debian.net/job/reproducible_builder_amd64_8/2575/ is an archived build which hit it +*** diffoscope needs to be run on the target arch... +**** should probably be doable with qemu-static on the host +*** once all non remote build jobs are removed, remove the legacy code from _build.sh ** more graphs: *** graph average build duration by day *** graph packages in testing+unstable which need to be fixed @@ -183,14 +191,6 @@ properties: *** new page with packages which ftbfs on one arch and build fine on another arch (in the same suite, so unstable only atm) *** send notifications to maintainers when a note to their packages changes? ** new page: packages which are orphaned but have a reproducible usertagged patch -** reproducible_build.sh changes needed: -*** fix the cause for the frequent 404s or workaround it well -*** fix: "DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied" - maybe by making sure the cause is gone… https://jenkins.debian.net/job/reproducible_builder_amd64_14/909/ is an example for that -*** race condition with itself? https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/console says Warning, package php5 in unstable on armhf is probably already building elsewhere, exiting. Please check https://jenkins.debian.net/job/reproducible_builder_armhf_6/716/ which does not compute. -*** deal properly with out of diskspace problems, https://jenkins.debian.net/job/reproducible_builder_amd64_8/2575/ is an archived build which hit it -*** diffoscope needs to be run on the target arch... -**** should probably be doable with qemu-static on the host -*** once all non remote build jobs are removed, remove the legacy code from _build.sh ** setup builder3, to distribute more ressources away from jenkins itself ** test coreboot/openwrt/netbsd/freebsd on a node ** explain status in plain english on each coreboot/openwrt/netbsd/freebsd page, also on the Debian dashboard plus add an "executive summary about reproducible builds in the free software world" |