From 83131284f0cd1ae49fe90d4c6970b72f594a5836 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 22 Mar 2026 18:18:17 +0000 Subject: Have iurt keep installed packages in urpmi cache This allows to install them in a fakeroot and will allow to have a simpler way to bootstrap new versions of perl. It also allows building libguestfs without network access. --- modules/buildsystem/manifests/iurt/config.pp | 1 - modules/buildsystem/templates/iurt.conf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index efdd73e3..6586edee 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -39,7 +39,6 @@ define buildsystem::iurt::config() { } $allow_network_access = [ - 'libguestfs', # Needs access to the configured mirrors ] file { "/etc/iurt/build/${distribution}.conf": diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf index 0bd30acb..92591b11 100644 --- a/modules/buildsystem/templates/iurt.conf +++ b/modules/buildsystem/templates/iurt.conf @@ -33,5 +33,6 @@ <%- } -%> }, + urpmi_options => '--noclean', } -- cgit v1.2.1