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

Annotation of /puppet/modules/buildsystem/manifests/var/webstatus.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3324 - (hide annotations) (download)
Tue Aug 20 23:52:10 2013 UTC (10 years, 8 months ago) by colin
File size: 837 byte(s)
Switch the pkgsubmit website from an svn checkout to a git clone
1 colin 3324 # $git_url:
2     # git url where the sources of webstatus are located
3 boklm 3180 # $hostname:
4     # vhost name of the webstatus page
5     # $location:
6     # path of the directory where the webstatus files are located
7 boklm 3181 # $package_commit_url:
8     # url to view a commit on a package. %d is replaced by the commit id.
9 boklm 3188 # $max_modified:
10     # how much history should we display, in days
11 boklm 3181 # $theme_name:
12     # name of the webstatus theme
13     # $themes_dir:
14     # path of the directory where the themes are located. If you want
15     # to use a theme not included in webstatus, you need to change this.
16 boklm 3115 class buildsystem::var::webstatus(
17 colin 3324 $git_url = "git://git.mageia.org/web/pkgsubmit",
18 boklm 3116 $hostname = "pkgsubmit.$::domain",
19 boklm 3181 $location = '/var/www/bs',
20     $package_commit_url,
21 boklm 3188 $max_modified = '2',
22 boklm 3181 $theme_name = 'mageia',
23     $themes_dir = '/var/www/bs/themes/'
24 boklm 3115 ) {
25     }

  ViewVC Help
Powered by ViewVC 1.1.30