[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: treat disorderfs specially as long we need it

Holger Levsen holger at moszumanska.debian.org
Wed Sep 23 10:16:25 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 4614c71d26a91bb47aa21f3fa0ed14ea9f597c60
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 23 10:38:18 2015 +0200

    reproducible: treat disorderfs specially as long we need it
---
 bin/reproducible_html_repository_comparison.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 0145e1d..d957358 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -154,7 +154,7 @@ for PKG in $SOURCEPKGS ; do
 		debbindiff)
 			URL="http://anonscm.debian.org/cgit/reproducible/diffoscope.git"
 			GIT="diffoscope.git" ;;
-		strip-nondeterminism|diffoscope)
+		strip-nondeterminism|diffoscope|disorderfs)
 			URL="http://anonscm.debian.org/cgit/reproducible/$GIT" ;;
 		*)
 			URL="http://anonscm.debian.org/cgit/reproducible/$GIT/?h=pu/reproducible_builds" ;;
@@ -184,7 +184,7 @@ for PKG in $SOURCEPKGS ; do
 		fi
 	else
 		write_row "<a href=\"$URL\">$GIT</a>"
-		if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] && [ "$PKG" != "debbindiff" ] ; then
+		if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] && [ "$PKG" != "debbindiff" ] && [ "$PKG" != "disorderfs" ] ; then
 			if $OBSOLETE_IN_TESTING && $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then
 				write_row "<br />(unused?"
 				write_row "<br /><span class=\"purple\">Then the branch should probably renamed.</span>)"
@@ -194,6 +194,8 @@ for PKG in $SOURCEPKGS ; do
 			elif $OBSOLETE_IN_EXP ; then
 				write_row "<br />(only used in testing and unstable, fixed in experimental)"
 			fi
+		elif [ "$PKG" = "disorderfs" ] ; then
+			write_row "<br />(only used to modify the build environment in the 2nd build)"
 		elif ( [ "$PKG" = "strip-nondeterminism" ] || [ "$PKG" = "diffoscope" ] ) && $OBSOLETE_IN_SID ; then
 			write_row "<br />(this repo is always used)"
 		elif [ "$PKG" = "debbindiff" ] && $OBSOLETE_IN_SID ; then

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