summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-06 15:16:24 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-06 15:16:24 +0200
commitf6ab813dea3099e32cf3035bb980d289fbfed499 (patch)
tree962f997f1f35c467a83e05f0bf701644529625f1 /bin/reproducible_html_repository_comparison.sh
parentca4f0c4689d8f0fbf6f89b8633c3c9a9637333aa (diff)
downloadjenkins.debian.net-f6ab813dea3099e32cf3035bb980d289fbfed499.tar.xz
reproducible debian: no git repo is an error
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 1c46bc8b..c7b4eadb 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -170,7 +170,7 @@ for PKG in $SOURCEPKGS ; do
esac
custom_curl $URL $TMPFILE
if [ "$(grep "'error'>No repositories found" $TMPFILE 2>/dev/null)" ] ; then
- write_row "$URL<br /><span class=\"red\">(no git repository found)</span>"
+ 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"
custom_curl $URL $TMPFILE