[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible FreeBSD: change from 10.2 to 10.3 LTS
Holger Levsen
holger at layer-acht.org
Fri Sep 9 08:38:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 4ff61875654ccf546fe2f420a909509d07c15d3c
Author: Daniel Shahaf <danielsh at apache.org>
Date: Fri Sep 9 08:25:56 2016 +0000
reproducible FreeBSD: change from 10.2 to 10.3 LTS
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
TODO | 3 +--
bin/reproducible_common.sh | 4 ++--
bin/reproducible_freebsd.sh | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/TODO b/TODO
index b4743c0..03c8028 100644
--- a/TODO
+++ b/TODO
@@ -281,8 +281,7 @@ and log in using link:https://sso.debian.org[Debian SSO].
** chown -R jenkins:jenkins /srv/
* system maintenance
-** upgraded the VM to FreeBSD 10.2
-*** done with: freebsd-update upgrade -r 10.2
+** upgrade the VM to FreeBSD 10.3 LTS
==== reproducible Fedora
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 2cb89f4..b78aad3 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 th [...]
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>"
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index f3bae5f..f9d8275 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -82,7 +82,7 @@ run_diffoscope_on_results() {
#
# main
#
-#FREEBSD_TARGETS="master stable/10 release/10.2.0"
+#FREEBSD_TARGETS="master stable/10 release/10.3.0"
# temporarily just build one branch…
FREEBSD_TARGETS="master"
# arrays to save results
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list