/[adm]/puppet/modules/buildsystem/manifests/var/mgarepo.pp
ViewVC logotype

Contents of /puppet/modules/buildsystem/manifests/var/mgarepo.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3160 - (show annotations) (download)
Thu May 23 15:06:37 2013 UTC (10 years, 11 months ago) by boklm
File size: 598 byte(s)
buildsystem: add $svn_root_packages_ssh parameter
1 # $submit_host:
2 # hostname used to submit packages
3 # $svn_hostname:
4 # hostname of the svn server used for packages
5 # $svn_root_packages:
6 # svn root url of the svn repository for packages
7 # $svn_root_packages_ssh:
8 # svn+ssh root url of the svn repository for packages
9 # $oldurl:
10 # svn url where the import logs of the rpm are stored
11 # $conf:
12 # $conf{'global'} is a has table of values used in mgarepo.conf in
13 # the [global] section
14 class buildsystem::var::mgarepo(
15 $submit_host,
16 $svn_hostname,
17 $svn_root_packages,
18 $svn_root_packages_ssh,
19 $oldurl,
20 $conf
21 ) {
22 }

  ViewVC Help
Powered by ViewVC 1.1.30