Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pull/128'
Browse files Browse the repository at this point in the history
* origin/pull/128:
  Fix exit code being ignored for pacstrap
  • Loading branch information
Foxboron committed Mar 20, 2024
2 parents a0e0f9d + 4f5bbcd commit 74fc09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ __END__
--bind="$(readlink -e ${cachedir}):/var/cache/pacman/pkg" \
--bind="$(readlink -e ${cachedir}):/cache" \
bash -bash "${packages[@]}" <<-__END__
set -e
rm --recursive /etc/pacman.d/gnupg/
cp --target-directory=/etc/pacman.d/ --recursive /gnupg
echo "faked-system-time ${SOURCE_DATE_EPOCH}" >> /etc/pacman.d/gnupg/gpg.conf
Expand Down

0 comments on commit 74fc09c

Please sign in to comment.