From e947c26864e238433db0ac73c119cfc0710b2241 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 6 Jul 2015 13:26:15 +0200 Subject: reproducible: debbindiff is also maintained in the master branch --- bin/reproducible_html_repository_comparison.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index fe2ab234..7b23e42c 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 "
src:$PKG
" write_page " " 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 "$PKG.git" - 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 "
(unused?" write_page "
Then the branch should probably renamed." @@ -158,7 +158,7 @@ for PKG in $SOURCES ; do elif $OBSOLETE_IN_EXP ; then write_page "
(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 "
(this repo is always used)" fi fi -- cgit v1.2.3-70-g09d2