summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2016-09-09 08:25:56 +0000
committerHolger Levsen <holger@layer-acht.org>2016-09-09 10:37:00 +0200
commit4ff61875654ccf546fe2f420a909509d07c15d3c (patch)
tree2621fef012814696f8bc5c9ff5a8352b1bf71147 /bin/reproducible_common.sh
parent3d66fc33ec8c93da5b2f0d7ddf975b83a692b2c8 (diff)
downloadjenkins.debian.net-4ff61875654ccf546fe2f420a909509d07c15d3c.tar.xz
reproducible FreeBSD: change from 10.2 to 10.3 LTS
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 2cb89f46..b78aad37 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -307,8 +307,8 @@ write_page_intro() {
write_page " <p><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 finally 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.2 system"
- local BRANCH="release/10.2.0"
+ local BUILD_ENVIRONMENT=", which via ssh triggers a build on a FreeBSD 10.3 system"
+ local BRANCH="release/10.3.0"
elif [ "$1" = "Arch Linux" ] ; then
local PROJECTNAME="Arch Linux"
write_page " <p><em>Reproducible $PROJECTNAME</em> is an effort to apply this to $PROJECTNAME. Thus $PROJECTNAME packages are build twice, with a few varitations added and then the resulting packages from the two builds are 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>"