summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-08 12:38:02 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-08 12:38:02 +0100
commit9e9cca388a1f427c56da1f038de18f2425a311a4 (patch)
tree21734828ef93b56f7afac46e81b37d691f57dab3 /bin
parent5d0e295505f5ce1131fc91492eee4010e06a2e26 (diff)
downloadjenkins.debian.net-9e9cca388a1f427c56da1f038de18f2425a311a4.tar.xz
reproducible archlinux: the setup needs to be better explained
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 4d93af9f..423d3800 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -306,7 +306,7 @@ write_page_intro() {
if [ "$1" != "Arch Linux" ] ; then
write_page " <p>There is a weekly run <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_$PROJECTNAME/\">jenkins job</a> to test the <code>$BRANCH</code> branch of <a href=\"$PROJECTURL\">$PROJECTNAME.git</a>. The jenkins job is running <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/bin/reproducible_$PROJECTNAME.sh\">reproducible_$PROJECTNAME.sh</a>$BUILD_ENVIRONMENT and this script is solely responsible for creating this page. Feel invited to join <code>#debian-reproducible</code> (on irc.oftc.net) to request job runs whenever sensible. Patches and other <a href=\"mailto:reproducible-builds@lists.alioth.debian.org\">feedback</a> are very much appreciated - if you want to help, please start by looking at the <a href=\"$JENKINS_URL/userContent/todo.html#_reproducible_$(echo $1|tr '[:upper:]' '[:lower:]')\">ToDo list for $1</a>, you might find something easy to contribute.</p>"
else
- write_page " <p>This is brand new and the test setup needs to be explained here.</p>"
+ write_page " <p>FIXME: explain Arch Linux test setup here.</p>"
fi
}