[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: building on tmpfs would be nice too
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 9 06:48:30 UTC 2015
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 08b8e9003aa17e3dc89faf09ef8eb98d4abf6175
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 9 08:47:11 2015 +0200
reproducible freebsd: building on tmpfs would be nice too
---
TODO | 1 +
bin/reproducible_freebsd.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 1546b63..0561630 100644
--- a/TODO
+++ b/TODO
@@ -309,6 +309,7 @@ properties:
** we build with sudo too
*** change /usr/obj to be '~jenkins/obj' and build with WITH_INSTALL_AS_USER ?
* first build world, later build ports (pkg info...)
+* investigate how to use tmpfs on freebsd and build there?
==== reproducible...
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index a39151a..2931842 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -36,7 +36,7 @@ save_freebsd_results(){
#
FREEBSD_TARGET="release/10.1.0"
RSSH="ssh freebsd-jenkins.debian.net"
-TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd') # FIXME: not used to build on tmpfs
+TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd') # this is tmpfs on linux, we should move this to tmpfs on freebsd too
TMPDIR=$($RSSH 'TMPDIR=/srv/reproducible-results mktemp -d') # used to compare results
DATE=$(date -u +'%Y-%m-%d')
START=$(date +'%s')
--
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