[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: no git repo is an error
Holger Levsen
holger at layer-acht.org
Fri May 6 13:16:52 UTC 2016
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 f6ab813dea3099e32cf3035bb980d289fbfed499
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri May 6 15:16:24 2016 +0200
reproducible debian: no git repo is an error
---
bin/reproducible_html_repository_comparison.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 1c46bc8..c7b4ead 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
--
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