summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-07 13:20:01 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-07 13:20:01 +0200
commit4d0315d978619ac761a3f9f1ae6d157ffff5a010 (patch)
tree4260f14db0af4eed1009548249766ec0c209352f /bin/reproducible_html_repository_comparison.sh
parent149c900fd61b8a959ff77e8805e39df76b50b0ff (diff)
downloadjenkins.debian.net-4d0315d978619ac761a3f9f1ae6d157ffff5a010.tar.xz
s#http://anonscm.debian.org/cgit#https://anonscm.debian.org/git#g
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 9b72498d..194a777d 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -161,18 +161,18 @@ for PKG in $SOURCEPKGS ; do
GIT="$PKG.git"
case $PKG in
debbindiff)
- URL="http://anonscm.debian.org/cgit/reproducible/diffoscope.git"
+ URL="https://anonscm.debian.org/git/reproducible/diffoscope.git"
GIT="diffoscope.git" ;;
strip-nondeterminism|diffoscope|disorderfs)
- URL="http://anonscm.debian.org/cgit/reproducible/$GIT" ;;
+ URL="https://anonscm.debian.org/git/reproducible/$GIT" ;;
*)
- URL="http://anonscm.debian.org/cgit/reproducible/$GIT/?h=pu/reproducible_builds" ;;
+ URL="https://anonscm.debian.org/git/reproducible/$GIT/?h=pu/reproducible_builds" ;;
esac
custom_curl $URL $TMPFILE
if [ "$(grep "'error'>No repositories found" $TMPFILE 2>/dev/null)" ] ; then
write_row "<span class=\"red\">no git repository found:</span><br />$URL"
elif [ "$(grep "'error'>Invalid branch" $TMPFILE 2>/dev/null)" ] ; then
- URL="http://anonscm.debian.org/cgit/reproducible/$GIT/?h=merged/reproducible_builds"
+ URL="https://anonscm.debian.org/git/reproducible/$GIT/?h=merged/reproducible_builds"
custom_curl $URL $TMPFILE
if [ "$(grep "'error'>Invalid branch" $TMPFILE 2>/dev/null)" ] ; then
if ! $OBSOLETE_IN_SID ; then