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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3180 by boklm, Thu May 23 15:07:32 2013 UTC revision 3181 by boklm, Thu May 23 15:07:35 2013 UTC
# Line 4  Line 4 
4  #   vhost name of the webstatus page  #   vhost name of the webstatus page
5  # $location:  # $location:
6  #   path of the directory where the webstatus files are located  #   path of the directory where the webstatus files are located
7    # $package_commit_url:
8    #   url to view a commit on a package. %d is replaced by the commit id.
9    # $theme_name:
10    #   name of the webstatus theme
11    # $themes_dir:
12    #   path of the directory where the themes are located. If you want
13    #   to use a theme not included in webstatus, you need to change this.
14  class buildsystem::var::webstatus(  class buildsystem::var::webstatus(
15      $svn_url = "svn://svn.mageia.org/soft/build_system/web/",      $svn_url = "svn://svn.mageia.org/soft/build_system/web/",
16      $hostname = "pkgsubmit.$::domain",      $hostname = "pkgsubmit.$::domain",
17      $location = '/var/www/bs'      $location = '/var/www/bs',
18        $package_commit_url,
19        $theme_name = 'mageia',
20        $themes_dir = '/var/www/bs/themes/'
21  ) {  ) {
22  }  }

Legend:
Removed from v.3180  
changed lines
  Added in v.3181

  ViewVC Help
Powered by ViewVC 1.1.30