Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
arch-boxes
Commits
93379e2d
Commit
93379e2d
authored
May 06, 2021
by
Kristian Klausen
🎉
Browse files
debug
parent
6230340e
Pipeline
#7019
failed with stages
in 17 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build-host.sh
View file @
93379e2d
...
...
@@ -126,9 +126,11 @@ function main() {
expect
"# "
# Wait for pacman-init
send
"until systemctl is-active pacman-init; do sleep 1; done
\n
"
send
"until systemctl is-active pacman-init; do sleep 1;
systemctl status pacman-init --no-pager -l || true;
done
\n
"
expect
"# "
exit
# Explicitly lookup mirror address as we
'd get random failures otherwise during pacman
send "curl -sSo /dev/null ${MIRROR}\n"
expect "# "
...
...
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