diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:05:39 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:05:39 +0000 |
commit | 671f605f00bc83d05a1190bfaea1b03e3d4cb135 (patch) | |
tree | f2c87b7baa13fd6810b3e199b85b19125c66187e /modules/buildsystem/manifests/var | |
parent | 9a20a46ee4d1f91ee9895f9e567548742237cbc1 (diff) | |
download | puppet-671f605f00bc83d05a1190bfaea1b03e3d4cb135.tar puppet-671f605f00bc83d05a1190bfaea1b03e3d4cb135.tar.gz puppet-671f605f00bc83d05a1190bfaea1b03e3d4cb135.tar.bz2 puppet-671f605f00bc83d05a1190bfaea1b03e3d4cb135.tar.xz puppet-671f605f00bc83d05a1190bfaea1b03e3d4cb135.zip |
buildsystem: generate mgarepo.conf using $distros
Use settings from buildsystem::var::distros to create mgarep.conf.
Diffstat (limited to 'modules/buildsystem/manifests/var')
-rw-r--r-- | modules/buildsystem/manifests/var/distros.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp index 30d51f3d..87f78e19 100644 --- a/modules/buildsystem/manifests/var/distros.pp +++ b/modules/buildsystem/manifests/var/distros.pp @@ -32,6 +32,14 @@ # 'branch' => 'Devel', # # Version of the distribution # 'version' => '3', +# # SVN Urls allowed to submit +# 'submit_allowed' => 'svn://svn.something/svn/packages/cauldron', +# # rpm macros to set when build source package +# 'macros' => { +# 'distsuffix' => '.mga', +# 'distribution' => 'Mageia', +# 'vendor' => 'Mageia.Org', +# } # }, # } class buildsystem::var::distros( |