[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup obsolete detection
Holger Levsen
holger at moszumanska.debian.org
Thu May 28 09:42:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 51f5c31a523536604777dd988e25dce5a9b1dfc1
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu May 28 11:37:16 2015 +0200
reproducible: fixup obsolete detection
---
bin/reproducible_html_repository_comparison.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index b73a300..c1e17bf 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -73,6 +73,8 @@ for PKG in $SOURCES ; do
if dpkg --compare-versions "$i" gt "$BET" ; then
CTEST="$CTEST<span class=\"green\">$i</span><br />"
OBSOLETE_IN_TESTING=true
+ OBSOLETE_IN_SID=true
+ OBSOLETE_IN_EXP=true
else
CTEST="$CTEST$i<br />"
fi
@@ -95,6 +97,7 @@ for PKG in $SOURCES ; do
CRUFT="$BET $CRUFT"
BET=""
OBSOLETE_IN_SID=true
+ OBSOLETE_IN_EXP=true
fi
else
CSID="$CSID$i<br />"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list