[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: debbindiff is also maintained in the master branch
Holger Levsen
holger at moszumanska.debian.org
Mon Jul 6 11:26:49 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 e947c26864e238433db0ac73c119cfc0710b2241
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jul 6 13:26:15 2015 +0200
reproducible: debbindiff is also maintained in the master branch
---
bin/reproducible_html_repository_comparison.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index fe2ab23..7b23e42 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -118,7 +118,7 @@ for PKG in $SOURCES ; do
write_page "<tr><td><pre>src:$PKG</pre></td>"
write_page " <td>"
case $PKG in
- strip-nondeterminism)
+ strip-nondeterminism|debbindiff)
URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git" ;;
*)
URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git/?h=pu/reproducible_builds" ;;
@@ -148,7 +148,7 @@ for PKG in $SOURCES ; do
fi
else
write_page "<a href=\"$URL\">$PKG.git</a>"
- if [ "$PKG" != "strip-nondeterminism" ] ; then
+ if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "debbindiff" ] ; then
if $OBSOLETE_IN_TESTING && $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then
write_page "<br />(unused?"
write_page "<br /><span class=\"purple\">Then the branch should probably renamed.</span>"
@@ -158,7 +158,7 @@ for PKG in $SOURCES ; do
elif $OBSOLETE_IN_EXP ; then
write_page "<br />(only used in testing and unstable, fixed in experimental)"
fi
- elif [ "$PKG" = "strip-nondeterminism" ] && $OBSOLETE_IN_SID ; then
+ elif ( [ "$PKG" = "strip-nondeterminism" ] || [ "$PKG" = "debbindiff" ] ) && $OBSOLETE_IN_SID ; then
write_page "<br />(this repo is always used)"
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