From 9629f011c33afbcb16f496d5cfdb44ce804748af Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Nov 2015 23:07:12 +0100 Subject: reproducible freebsd: node is being upgraded to 10.2 atm… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 " Reproducible FreeBSD 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 diffoscope. 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.

" 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 " Reproducible $1 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 diffoscope. 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.

" -- cgit v1.2.3-54-g00ecf