~comcloudway/builds.sr.ht

38e3c78de7ab0c3d9c04643177b4a2717ff1b0be — Timothée Floure 5 years ago cac5b10
Fedora's install() function should not upgrade the system

DNF's `install` method updates the package index if required, `upgrade`
is meant to upgrade the whole system.
1 files changed, 0 insertions(+), 1 deletions(-)

M images/fedora/functions
M images/fedora/functions => images/fedora/functions +0 -1
@@ 14,7 14,6 @@ boot() {
install() {
	port=$1
	shift 1
	guest_ssh -p $port build@localhost sudo dnf -y upgrade
	guest_ssh -p $port build@localhost sudo dnf -y install "$@"
}