summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-06 01:20:47 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-06 01:20:47 +0200
commit3201edf18e14fa820cd2639fef06d9360330b71c (patch)
tree2d68190bd259bb96b6a6e557ff2138440fde6ce8 /bin/reproducible_common.sh
parent8b8e15e54fe143371a0c25f4502273b441b5a283 (diff)
downloadjenkins.debian.net-3201edf18e14fa820cd2639fef06d9360330b71c.tar.xz
reproducible netbsd: fixup script names in description
Diffstat (limited to 'bin/reproducible_common.sh')
-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 c6ba67ea..61b3cd27 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -229,7 +229,7 @@ write_page_intro() {
local PROJECTURL="git://git.openwrt.org/openwrt.git"
elif [ "$1" = "NetBSD" ] ; then
write_page " <em>Reproducible NetBSD</em> is an effort to apply this to NetBSD. Thus each NetBSD target is build twice, with a few varitations added and then the resulting files from the two builds are compared using <a href=\"https://tracker.debian.org/debbindiff\">debbindiff</a>. Please note that the toolchain is not varied at all as the rebuild happens on exactly the same system. More variations are expected to be seen in the wild.</p>"
- local PROJECTNAME="NetBSD"
+ local PROJECTNAME="netbsd"
local PROJECTURL="https://github.com/jsonn/src"
fi
write_page " <p>There is a monthly run <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_$PROJECTNAME/\">jenkins job</a> to test the <code>master</code> branch of <a href=\"$PROJECTURL\">$PROJECTNAME.git</a>. Currently this job is triggered more often though, because this is still under development and brand new. The jenkins job is simply running <a href=\"http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/bin/reproducible_$PROJECTNAME.sh\">reproducible_$PROJECTNAME.sh</a> in a Debian 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!</p>"