From 2b1672efd5d36f51eaafc7e3244d3c0b93c262d6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 18 Apr 2015 13:16:08 +0200 Subject: reproducible: we should autodetect and reschedule tests which were done with different build-deps --- TODO | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.. -- cgit v1.2.3-70-g09d2