[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup count logic
Holger Levsen
holger at moszumanska.debian.org
Thu May 28 09:55:50 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 4ff295dea4bd9b57574338d0fe27d9e287e07d41
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu May 28 11:50:54 2015 +0200
reproducible: fixup count logic
---
bin/reproducible_html_repository_comparison.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index c1e17bf..3f6c4a2 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -148,7 +148,7 @@ for PKG in $SOURCES ; do
write_page "<a href=\"$URL\">$PKG.git</a>"
if ! $OBSOLETE_IN_TESTING && ! $OBSOLETE_IN_SID && ! $OBSOLETE_IN_EXP && [ "$PKG" != "strip-nondeterminism" ] ; then
write_page "<br />(unused?)"
- elif $OBSOLETE_IN_SID ; then
+ elif ! $OBSOLETE_IN_SID ; then
let "MODIFIED_IN_SID+=1"
fi
fi
--
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