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
fde4b9c548
commit
660c0f24ef
@ -4,7 +4,11 @@
|
|||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-workstation-common.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
|
part / --size 6656
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user