summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-11-21 20:47:19 +0000
committerHolger Levsen <holger@layer-acht.org>2017-11-21 20:47:19 +0000
commit0e382bfd6fb24f1f082a3e3f56dd0c5aea91d8d4 (patch)
tree2181fbb7b9083326fdaa47851d43c2a6af217508
parent96fd9fcd09a28782ccd4b6ec3733b3a9a3b5dcbb (diff)
downloadjenkins.debian.net-0e382bfd6fb24f1f082a3e3f56dd0c5aea91d8d4.tar.xz
reproducible: add stormy icon next to FIXME in text
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 2e92ce2c..fa6324bd 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -330,7 +330,7 @@ write_page_intro() {
write_page " <p>There is a weekly run <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_$SMALLPROJECTNAME/\">jenkins job</a> to test the <code>$BRANCH</code> branch of <a href=\"$PROJECTURL\">$PROJECTNAME.git</a>. The jenkins job is running <a href=\"https://anonscm.debian.org/git/qa/jenkins.debian.net.git/tree/bin/reproducible_$SMALLPROJECTNAME.sh\">reproducible_$SMALLPROJECTNAME.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=\"https://jenkins.debian.net/userContent/todo.html#_reproducible_$(echo $1|tr '[:upper:]' '[:lower:]')\">ToDo list for $1</a>, you might find something easy to contribute."
write_page " <br />Thanks to <a href=\"https://www.profitbricks.co.uk\">Profitbricks</a> for donating the virtual machines this is running on!</p>"
else
- write_page " <p>FIXME: explain $PROJECTNAME test setup here.</p>"
+ write_page " <p><img src=\"/userContent/static/weather-storm.png\"> FIXME: explain $PROJECTNAME test setup here.</p>"
fi
}