diff options
author | Thomas Backlund <tmb@mageia.org> | 2023-08-25 11:27:24 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2023-08-25 11:27:24 +0300 |
commit | 2f7064e5a7e2147507fc55531433cf140b419078 (patch) | |
tree | 2e4fb23292ca100b38a6e499fb224dd4c9cec42c | |
parent | a46158d3973e9f95a00bb2ce3a920bea7a0a9945 (diff) | |
download | puppet-2f7064e5a7e2147507fc55531433cf140b419078.tar puppet-2f7064e5a7e2147507fc55531433cf140b419078.tar.gz puppet-2f7064e5a7e2147507fc55531433cf140b419078.tar.bz2 puppet-2f7064e5a7e2147507fc55531433cf140b419078.tar.xz puppet-2f7064e5a7e2147507fc55531433cf140b419078.zip |
cauldron is now version 10
-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 ecf7012d..a5255780 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -473,7 +473,7 @@ class mga_buildsystem::config { 'medias' => $std_medias, 'base_media' => $std_base_media, 'branch' => 'Devel', - 'version' => '9', + 'version' => '10', 'submit_allowed' => "${svn_root_packages}/cauldron", 'macros' => $std_macros, 'youri' => { |