Commit d73c544a authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible freebsd: drop spaces to avoid quotes, thanks mapreri

parent 15be47c3
...@@ -92,7 +92,7 @@ declare -A FREEBSD_VERSION ...@@ -92,7 +92,7 @@ declare -A FREEBSD_VERSION
declare -A FILES_HTML declare -A FILES_HTML
for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
set -e 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" RSCP="scp -r freebsd-jenkins.debian.net"
TMPBUILDDIR=/usr/src 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 $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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment