Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
c8b8e667
Verified
Commit
c8b8e667
authored
Oct 02, 2020
by
Kristian Klausen
🎉
Browse files
Fix BUILD_VERSION: unbound variable
parent
cdc14d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-host.sh
View file @
c8b8e667
...
@@ -136,7 +136,7 @@ function main() {
...
@@ -136,7 +136,7 @@ function main() {
expect "# "
expect "# "
## Start build and copy output to local disk
## Start build and copy output to local disk
send "bash -x ./build-inside-vm.sh ${BUILD_VERSION}\n"
send "bash -x ./build-inside-vm.sh ${BUILD_VERSION
:-
}\n"
expect "# " 240 # qemu-img convert can take a long time
expect "# " 240 # qemu-img convert can take a long time
send "cp -r --preserve=mode,timestamps output /mnt/arch-boxes/tmp/$(basename "${TMPDIR}")/\n"
send "cp -r --preserve=mode,timestamps output /mnt/arch-boxes/tmp/$(basename "${TMPDIR}")/\n"
expect "# " 60
expect "# " 60
...
...
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