diff options
author | Olivier Blin <dev@blino.org> | 2015-11-01 21:10:37 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2015-11-01 21:10:37 +0100 |
commit | b20e2e933aa3a30ed0c1ebbe4830c8ea6f52b1b8 (patch) | |
tree | e430c95ba0d316a40b4ccffeca64e30c3e3d29af /deployment | |
parent | a813a95bb7e3e973aa05aec296028c324c347867 (diff) | |
download | puppet-b20e2e933aa3a30ed0c1ebbe4830c8ea6f52b1b8.tar puppet-b20e2e933aa3a30ed0c1ebbe4830c8ea6f52b1b8.tar.gz puppet-b20e2e933aa3a30ed0c1ebbe4830c8ea6f52b1b8.tar.bz2 puppet-b20e2e933aa3a30ed0c1ebbe4830c8ea6f52b1b8.tar.xz puppet-b20e2e933aa3a30ed0c1ebbe4830c8ea6f52b1b8.zip |
revert adding armv5tl in youri config
Youri does not really support having different sets of architectures
for each target.
It attempts to run actions on armv5tl for stable releases, while it is
enabled in cauldron only.
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 7043e518..b6008f8c 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -519,7 +519,7 @@ class mga_buildsystem::config { default_distro => 'cauldron', distros => { 'cauldron' => { - 'arch' => $std_arch_with_arm32, + 'arch' => $std_arch, 'mandatory_arch' => $std_arch, 'no_media_cfg_update' => true, 'medias' => $std_medias, |