~comcloudway/builds.sr.ht

71e42a91fc4b99a456d2f830683cc9084a038ff8 — Timothée Floure 5 years ago 38e3c78
Make Fedora's add_repository() function rebuild the local package index
1 files changed, 1 insertions(+), 0 deletions(-)

M images/fedora/functions
M images/fedora/functions => images/fedora/functions +1 -0
@@ 25,6 25,7 @@ add_repository() {
		--add-repo "$url"
	guest_ssh -p $port build@localhost sudo dnf config-manager \
		--set-enabled "$name"
	guest_ssh -p $port build@localhost sudo dnf makecache
}

sanity_check() {