diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-01 19:03:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-01 19:03:00 +0200 |
commit | 53b6a71a47e8d09e45a11214fa9752b2d023826b (patch) | |
tree | 735c6cf0c46c94df4c9fd8b3855ed4d3b3d829a1 /TODO | |
parent | 2ed79e62c154d846aa70a4be00e3287800bbbb4c (diff) | |
download | jenkins.debian.net-53b6a71a47e8d09e45a11214fa9752b2d023826b.tar.xz |
reproducible: add check_buildinfo() to (soon) automatically rebuild packages where the build environment changed between two builds
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -178,14 +178,6 @@ properties: ---- egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/jenkins/userContent/rbuild/ ---- -* packages build with different dependencies, should be rescheduled: -** not sure if these should be caught by reproducible_maintenance.sh or reproducible_breakages.py... ----- -grep '(=.*).,.$' rygel_0.24.2-1.debbindiff.html | uniq -c | sort | grep -c '^\s*1 ' ----- -** if the value is larger than 0, there are differing dependencies... -** the grepping should probably only done on files younger then $check_frequency -*** wouldnt it be easier to just compare .buildinfo files? (directly after build even) * misc ** more graphs: graph average build duration by day |