[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: deprecate debbindiff some more
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 07:53:44 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 7257f97069d31ead05f18782fa2739a5559c7154
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 09:51:18 2015 +0200
reproducible: deprecate debbindiff some more
---
bin/reproducible_html_repository_comparison.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index fb4b858..9d93d6f 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -184,7 +184,7 @@ for PKG in $SOURCEPKGS ; do
fi
else
write_row "<a href=\"$URL\">$GIT</a>"
- if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] ; then
+ if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] && [ "$PKG" != "debbindiff" ] ; 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>)"
@@ -196,6 +196,8 @@ for PKG in $SOURCEPKGS ; do
fi
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
+ write_row "<br />(debbindiff has been renamed to diffoscope)"
fi
fi
if ! $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