diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-09-26 17:25:22 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-09-26 17:25:22 +0000 |
commit | ca3066e92edd04a271b310c5d9d929194940712b (patch) | |
tree | 07f949ebd74f11f31f55a71d7775ea288c09cac9 /deployment/mga_buildsystem | |
parent | 366bd9e8f055b7fedd6356caddf75c2fca6b8571 (diff) | |
download | puppet-ca3066e92edd04a271b310c5d9d929194940712b.tar puppet-ca3066e92edd04a271b310c5d9d929194940712b.tar.gz puppet-ca3066e92edd04a271b310c5d9d929194940712b.tar.bz2 puppet-ca3066e92edd04a271b310c5d9d929194940712b.tar.xz puppet-ca3066e92edd04a271b310c5d9d929194940712b.zip |
Revert "Remove armv7hl nodes"
This reverts commit 366bd9e8f055b7fedd6356caddf75c2fca6b8571.
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index e1bf624d..c02d7e1c 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -28,8 +28,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ], - 'armv5tl' => [ 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], - 'armv7hl' => [ ], + 'armv5tl' => [ 'armorique', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], + 'armv7hl' => [ 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armlet8', 'armlet9' ], 'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ], }, build_nodes_aliases => { |