diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-10 16:37:31 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-10 16:37:31 +0300 |
commit | 2fcd268bc4a2e3a0faf97912f0b1beecf972ebcc (patch) | |
tree | c026bb35ff60cd74e2c249c7a23c547d610cf47a /modules | |
parent | 7bbea260a1d0fbc368af434cf9c65fbefe00cdef (diff) | |
download | puppet-2fcd268bc4a2e3a0faf97912f0b1beecf972ebcc.tar puppet-2fcd268bc4a2e3a0faf97912f0b1beecf972ebcc.tar.gz puppet-2fcd268bc4a2e3a0faf97912f0b1beecf972ebcc.tar.bz2 puppet-2fcd268bc4a2e3a0faf97912f0b1beecf972ebcc.tar.xz puppet-2fcd268bc4a2e3a0faf97912f0b1beecf972ebcc.zip |
Stop cleaning old i586 pkgs on Cauldron
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/buildsystem/templates/cleaner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/cleaner.rb b/modules/buildsystem/templates/cleaner.rb index 782025b9..72d957ae 100755 --- a/modules/buildsystem/templates/cleaner.rb +++ b/modules/buildsystem/templates/cleaner.rb @@ -30,7 +30,7 @@ def process ) base_path = "<%= scope.lookupvar('buildsystem::var::repository::bootstrap_root') %>/distrib" - archs = [ "i586", "i686", "x86_64", "aarch64", "armv7hl" ] + archs = [ "i686", "x86_64", "aarch64", "armv7hl" ] medias = ["core/release", "tainted/release", "nonfree/release"] old_path = "<%= scope.lookupvar('buildsystem::var::youri::packages_archivedir') %>" version = "cauldron" |