diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-18 13:16:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-18 13:16:08 +0200 |
commit | 2b1672efd5d36f51eaafc7e3244d3c0b93c262d6 (patch) | |
tree | 4a4dd526ab752c9ce98ecc885706cf2f6021061a /TODO | |
parent | 2f3b8481f2698c2808fc6af5ad18634fe2f8b2bf (diff) | |
download | jenkins.debian.net-2b1672efd5d36f51eaafc7e3244d3c0b93c262d6.tar.xz |
reproducible: we should autodetect and reschedule tests which were done with different build-deps
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -134,7 +134,17 @@ properties: === reproducible * issues in packages or debbindiff: -** find debbindiff problems: egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/jenkins/userContent/rbuild/ +** find debbindiff problems: +---- +egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/jenkins/userContent/rbuild/ +---- + +* packages build with different dependencies, should be rescheduled: +---- +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 * misc ** reproducible: dont delete userContent/$pkg on build begin.. |