Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
d73c544a
Commit
d73c544a
authored
Dec 26, 2015
by
Holger Levsen
Browse files
reproducible freebsd: drop spaces to avoid quotes, thanks mapreri
parent
15be47c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_freebsd.sh
View file @
d73c544a
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment