From 49b57227ca5ef3f15172748fa14c090e899e97cf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 21 Sep 2015 23:53:25 +0200 Subject: reproducible: deprecate debbindiff some more --- bin/reproducible_html_repository_comparison.sh | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index d2a519c0..abf5b9fd 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -149,26 +149,30 @@ for PKG in $SOURCEPKGS ; do # write_row "
src:$PKG
" write_row " " + GIT="$PKG.git" case $PKG in - strip-nondeterminism|debbindiff|diffoscope) - URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git" ;; + debbindiff) + URL="http://anonscm.debian.org/cgit/reproducible/diffoscope.git" + GIT="diffoscope.git" ;; + strip-nondeterminism|diffoscope) + URL="http://anonscm.debian.org/cgit/reproducible/$GIT" ;; *) - URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git/?h=pu/reproducible_builds" ;; + URL="http://anonscm.debian.org/cgit/reproducible/$GIT/?h=pu/reproducible_builds" ;; esac curl $URL > $TMPFILE if [ "$(grep "'error'>No repositories found" $TMPFILE 2>/dev/null)" ] ; then write_row "$URL
(no git repository found)" elif [ "$(grep "'error'>Invalid branch" $TMPFILE 2>/dev/null)" ] ; then - URL="http://anonscm.debian.org/cgit/reproducible/$PKG.git/?h=merged/reproducible_builds" + URL="http://anonscm.debian.org/cgit/reproducible/$GIT/?h=merged/reproducible_builds" curl $URL > $TMPFILE if [ "$(grep "'error'>Invalid branch" $TMPFILE 2>/dev/null)" ] ; then if ! $OBSOLETE_IN_SID ; then - write_row "$PKG.git
non-standard branch" + write_row "$GIT
non-standard branch" else - write_row "$PKG.git
non-standard branch (but that is ok, our package aint't used in unstable)" + write_row "$GIT
non-standard branch (but that is ok, our package aint't used in unstable)" fi else - write_row "$PKG.git" + write_row "$GIT" write_row "
(merged" if $OBSOLETE_IN_TESTING ; then write_row "and available in testing and unstable)" @@ -179,7 +183,7 @@ for PKG in $SOURCEPKGS ; do fi fi else - write_row "$PKG.git" + write_row "$GIT" if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] ; then if $OBSOLETE_IN_TESTING && $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then write_row "
(unused?" -- cgit v1.2.3-70-g09d2