[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: drop spaces to avoid quotes, thanks mapreri
Holger Levsen
holger at moszumanska.debian.org
Sat Dec 26 11:20:11 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 d73c544a9017f4a9913e33f0e44cdf6d86d1f912
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 26 12:19:39 2015 +0100
reproducible freebsd: drop spaces to avoid quotes, thanks mapreri
---
bin/reproducible_freebsd.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index f101eee..59fc20d 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -92,7 +92,7 @@ declare -A FREEBSD_VERSION
declare -A FILES_HTML
for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
set -e
- RSSH="ssh -o 'Batchmode = yes' freebsd-jenkins.debian.net"
+ RSSH="ssh -o Batchmode=yes freebsd-jenkins.debian.net"
RSCP="scp -r freebsd-jenkins.debian.net"
TMPBUILDDIR=/usr/src
$RSSH 'sudo rm -rf /usr/src ; sudo mkdir /usr/src ; sudo chown jenkins /usr/src' ### this is tmpfs on linux, we should move this to tmpfs on FreeBSD too
--
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