mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-13 03:24:21 +00:00
disable caching repo metadata
all workstation based spins are failing due to packagekit causing gpg-agent spawning and keeping /dev/null open inside the compose environemnet. 36389 ? Ss 0:00 gpg-agent --homedir /tmp/tmp.XJ49JiQYpU/var/cache/PackageKit/26/metadata/updates-testing.tmp/gpgdir --use-standard-socket --daemon 36417 ? Ss 0:00 gpg-agent --homedir /tmp/tmp.XJ49JiQYpU/var/cache/PackageKit/26/metadata/updates.tmp/gpgdir --use-standard-socket --daemon we end up with process like above running. this only hit us as the urls pointed to stopped giving 404 errors Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
f1cac9d7b9
commit
1c70356e93
@ -4,7 +4,11 @@
|
||||
|
||||
%include fedora-live-base.ks
|
||||
%include fedora-workstation-common.ks
|
||||
%include snippets/packagekit-cached-metadata.ks
|
||||
#
|
||||
# Disable this for now as packagekit is causing compose failures
|
||||
# by leaving a gpg-agent around holding /dev/null open.
|
||||
#
|
||||
#include snippets/packagekit-cached-metadata.ks
|
||||
|
||||
part / --size 6656
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user