summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-18 13:16:08 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-18 13:16:08 +0200
commit2b1672efd5d36f51eaafc7e3244d3c0b93c262d6 (patch)
tree4a4dd526ab752c9ce98ecc885706cf2f6021061a /TODO
parent2f3b8481f2698c2808fc6af5ad18634fe2f8b2bf (diff)
downloadjenkins.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--TODO12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5fbe9327..f0cb3af5 100644
--- a/TODO
+++ b/TODO
@@ -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..