diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-07-18 22:35:29 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-07-18 22:35:29 +0200 |
commit | 65e9f5e2513eb8703cd2d9cc5400f10dca283708 (patch) | |
tree | aedc767764ba0d836b601db9d46f248718c24336 /deployment | |
parent | 52ec0f203e15183a08617a62116c7323c85ad070 (diff) | |
download | puppet-65e9f5e2513eb8703cd2d9cc5400f10dca283708.tar puppet-65e9f5e2513eb8703cd2d9cc5400f10dca283708.tar.gz puppet-65e9f5e2513eb8703cd2d9cc5400f10dca283708.tar.bz2 puppet-65e9f5e2513eb8703cd2d9cc5400f10dca283708.tar.xz puppet-65e9f5e2513eb8703cd2d9cc5400f10dca283708.zip |
Better use std youri_upload_targets + createrepo
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index d1b35b08..c00fe045 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -209,7 +209,10 @@ class mga_buildsystem::config { ], } - $mga6_youri_upload_targets = { + + + # the list of checks, actions, posts for stable distros in youri-upload + $std_youri_upload_targets = { 'checks' => [ 'version', 'tag', @@ -218,35 +221,21 @@ class mga_buildsystem::config { 'recency', ], 'actions' => [ - 'markrelease', 'sign', 'install', 'link', - 'unpack_release_notes', - 'unpack_gfxboot_theme', - 'unpack_meta_task', - 'unpack_installer_images', - 'unpack_installer_images_nonfree', - 'unpack_installer_stage2', - 'unpack_installer_advertising', - 'unpack_installer_rescue', - 'unpack_syslinux', - 'unpack_pci_usb_ids', 'archive', 'mail', - 'maintdb', - 'rebuild', ], 'posts' => [ 'genhdlist2', - 'createrepo', 'clean_rpmsrate', 'mirror', ], } - # the list of checks, actions, posts for stable distros in youri-upload - $std_youri_upload_targets = { + # the list of checks, actions, posts for infra distros in youri-upload + $mga6_youri_upload_targets = { 'checks' => [ 'version', 'tag', @@ -259,15 +248,13 @@ class mga_buildsystem::config { 'install', 'link', 'archive', - 'mail', ], 'posts' => [ 'genhdlist2', - 'clean_rpmsrate', - 'mirror', + 'createrepo', ], } - + # the list of checks, actions, posts for infra distros in youri-upload $infra_youri_upload_targets = { 'checks' => [ |