diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-28 18:46:26 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-28 18:46:26 +0300 |
commit | 641c99529ce581e35c726a9886421433912937de (patch) | |
tree | cefddcdeeb9b847660d7011d0ce61a9cb5bc9e64 /deployment | |
parent | 47d48f37b724637678ca2b159b5b7fdd01b198fd (diff) | |
download | puppet-641c99529ce581e35c726a9886421433912937de.tar puppet-641c99529ce581e35c726a9886421433912937de.tar.gz puppet-641c99529ce581e35c726a9886421433912937de.tar.bz2 puppet-641c99529ce581e35c726a9886421433912937de.tar.xz puppet-641c99529ce581e35c726a9886421433912937de.zip |
re-add appstream metadata after each createrepo_* run
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index fa2f9709..bf314ac5 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -212,6 +212,7 @@ class mga_buildsystem::config { 'posts' => [ 'genhdlist2', 'createrepo_cauldron', + 'appstream_cauldron', 'clean_rpmsrate', 'mirror', ], @@ -261,6 +262,7 @@ class mga_buildsystem::config { 'posts' => [ 'genhdlist2', 'createrepo', + 'appstream_mga6', 'mirror', ], } @@ -283,6 +285,7 @@ class mga_buildsystem::config { 'posts' => [ 'genhdlist2', 'createrepo_mga7', + 'appstream_mga7', 'mirror', ], } |