[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: strip-nondeterminism is developed in master branch

Holger Levsen holger at moszumanska.debian.org
Sun Mar 22 11:44:18 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 3d9333dc17e3ff00acdd3303e43ba5b43c7f0626
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Mar 22 12:40:45 2015 +0100

    reproducible: strip-nondeterminism is developed in master branch
---
 bin/reproducible_html_repository_comparison.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 5e9ca7f..3bb7489 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -109,7 +109,12 @@ for PKG in $SOURCES ; do
 	#
 	write_page "<tr><td><pre>src:$PKG</pre></td>"
 	write_page " <td>"
-	URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git/?h=pu/reproducible_builds"
+	case $PKG in
+		strip-nondeterminism)
+			URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git" ;;
+		*)
+			URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git/?h=pu/reproducible_builds" ;;
+	esac
 	curl $URL > $TMP2FILE
 	if [ "$(grep "'error'>No repositories found" $TMP2FILE 2>/dev/null)" ] ; then
 		write_page "$URL<br /><span class=\"red\">(no git repository found)</span>"

-- 
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