summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-25 12:03:57 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-25 12:03:57 +0200
commit3a98cf853177dbbaac6769f3a92ab36be18c07e4 (patch)
tree939e721960af12e290aa1c7a823f0808ae00c399 /bin
parent60beca931c53bd5313f4fbff0e536559457a8ecf (diff)
downloadjenkins.debian.net-3a98cf853177dbbaac6769f3a92ab36be18c07e4.tar.xz
reproducible: document how the FreeBSD build host was set up
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_freebsd.sh5
1 files changed, 4 insertions, 1 deletions
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)"