Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
6c289711
Commit
6c289711
authored
Jun 19, 2022
by
hashworks
Browse files
Merge branch 'pacman-key-populate' into 'master'
Do not pass a keyring name to pacman-key See merge request
!65
parents
531f9086
f3f1068b
Pipeline
#21601
passed with stages
in 2 minutes and 36 seconds
Changes
1
Pipelines
21
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6c289711
...
...
@@ -19,7 +19,7 @@ define rootfs
cp
--recursive
--preserve
=
timestamps
--backup
--suffix
=
.pacnew rootfs/
*
$(BUILDDIR)
/
fakechroot
--
fakeroot
--
chroot
$(BUILDDIR)
update-ca-trust
fakechroot
--
fakeroot
--
chroot
$(BUILDDIR)
sh
-c
'pacman-key --init && pacman-key --populate
archlinux
&& bash -c "rm -rf etc/pacman.d/gnupg/{openpgp-revocs.d/,private-keys-v1.d/,pubring.gpg~,gnupg.S.}*"'
fakechroot
--
fakeroot
--
chroot
$(BUILDDIR)
sh
-c
'pacman-key --init && pacman-key --populate && bash -c "rm -rf etc/pacman.d/gnupg/{openpgp-revocs.d/,private-keys-v1.d/,pubring.gpg~,gnupg.S.}*"'
ln
-fs
/usr/lib/os-release
$(BUILDDIR)/etc/os-release
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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