summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2018-12-01 19:36:23 -0500
committerErich Eckner <git@eckner.net>2019-02-01 11:23:01 +0100
commit2750934925e98862e09c7a9da261e826b3157c00 (patch)
tree0ea0447580d928359e9bb74ee6dbafab3dbbcd17 /.travis.yml
parent464a6851c928a4ae1eb046b4cac390db960ec200 (diff)
downloaddevtools32-20190201.tar.xz
arch-nspawn: don't delete the guest gpg configurationv20190201
It's important to ensure the guest has up to date data because updating a chroot after quite some time can potentially rely on updated archlinux-keyring, something which the host machine either kept up to date on or manually fixed, but it kills automation to mess around with chroot configs like that. Alternatively, signed packages added with -I need to work, and we assume the host is configured to accept these. That is *not* a good reason to completely nuke whatever is in the guest, though. A guest might have been manually configured to accept keys which aren't accepted by the host; one example of this happening in practice, is archlinux32 when building 32-bit packages from an archlinux host. A simple solution is to use pacman-key's native facility to dump the known keys and trust status from one gpg configuration, and import it into another. Use this to append to, rather than overwrite, the chrooted guest's pacman keyring. While we are at it, fix a bug where we didn't respect the host's pacman.conf settings for the GpgDir. While it isn't wildly likely a user will choose to customize this, it is a valid and supported use case and we must think about this ourselves.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions