summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-03 23:07:12 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-03 23:07:12 +0100
commit9629f011c33afbcb16f496d5cfdb44ce804748af (patch)
treeba85cde2fa083ae0f04503bb1764eacb9326e08d /bin
parent647ada1068d68c95a6e48a89cd03dd1d527df7e0 (diff)
downloadjenkins.debian.net-9629f011c33afbcb16f496d5cfdb44ce804748af.tar.xz
reproducible freebsd: node is being upgraded to 10.2 atm…
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 dc9c29a6..64ccd646 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -287,7 +287,7 @@ write_page_intro() {
write_page " <em>Reproducible FreeBSD</em> is an effort to apply this to FreeBSD. Thus FreeBSD is build twice, with a few varitations added and then the resulting filesystems from the two builds are put into a compressed tar archive, which is then compared using <a href=\"https://tracker.debian.org/diffoscope\">diffoscope</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="freebsd"
local PROJECTURL="https://github.com/freebsd/freebsd.git"
- local BUILD_ENVIRONMENT=", which via ssh triggers a build on a FreeBSD 10.1 system"
+ local BUILD_ENVIRONMENT=", which via ssh triggers a build on a FreeBSD 10.2 system"
local BRANCH="release/10.2.0"
elif [ "$1" = "Arch Linux" ] ; then
write_page " <em>Reproducible $1</em> is an effort to apply this to $1. Thus $1 packages are build twice, with a few varitations added and then the resulting packages from the two builds are then compared using <a href=\"https://tracker.debian.org/diffoscope\">diffoscope</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>"