We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8fabe commit 955bab6Copy full SHA for 955bab6
repro.in
@@ -313,7 +313,8 @@ function init_chroot(){
313
if nlock 9 "$BUILDDIRECTORY"/root.lock; then
314
msg "Updating container"
315
printf 'Server = %s\n' "$HOSTMIRROR" > "$BUILDDIRECTORY"/root/etc/pacman.d/mirrorlist
316
- exec_nspawn root pacman -Syu --noconfirm
+ exec_nspawn root pacman -Sy --noconfirm archlinux-keyring
317
+ exec_nspawn root pacman -Su --noconfirm
318
lock_close 9
319
else
320
msg "Couldn't acquire container lock, didn't update."
0 commit comments