From 3a98cf853177dbbaac6769f3a92ab36be18c07e4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 25 Jul 2015 12:03:57 +0200 Subject: reproducible: document how the FreeBSD build host was set up --- bin/reproducible_freebsd.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_freebsd.sh') diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 8437120f..9a445078 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -41,7 +41,10 @@ TMPDIR=$($RSSH 'TMPDIR=/srv/reproducible-results mktemp -d') # used to compare DATE=$(date -u +'%Y-%m-%d') START=$(date +'%s') trap cleanup_tmpdirs INT TERM EXIT - +echo "=============================================================================" +echo "$(date -u) - FreeBSD host info" +echo "=============================================================================" +$RSSH freebsd-version echo "=============================================================================" echo "$(date -u) - Cloning the freebsd git repository (which is autosynced with their CVS repository)" -- cgit v1.2.3-54-g00ecf