aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/webstatus.pp
Commit message (Collapse)AuthorAgeFilesLines
* lint fixes for buildsystemThomas Backlund2015-10-201-7/+7
|
* Switch the pkgsubmit website from an svn checkout to a git cloneColin Guthrie2013-08-201-2/+2
|
* Fix autobuild alias (used by youri-check Build test)Pascal Terjan2013-08-081-2/+2
|
* add ssl vhost for pkgsubmit.mageia.orgNicolas Vigier2013-07-251-1/+14
|
* buildsystem: add themes alias in webstatus vhost configNicolas Vigier2013-05-231-1/+2
| | | | Add alias for themes directory in webstatus vhost config.
* buildsystem::webstatus: include apache::mod::phpNicolas Vigier2013-05-231-0/+1
| | | | webstatus uses php, so we need to include apache mod_php.
* buildsystem: create config file for webstatusNicolas Vigier2013-05-231-0/+8
| | | | | Create /etc/bs-webstatus.conf config file using new parameters from buildsystem::var::webstatus.
* buildsystem::webstatus: remove useless variableNicolas Vigier2013-05-231-2/+1
|
* buildsystem: add options to select webstatus locationNicolas Vigier2013-05-231-4/+3
|
* Add buildsystem::var::webstatusNicolas Vigier2013-05-231-2/+3
| | | | Make vhost and svn url configurable by adding buildsystem::var::webstatus.
* buildsystem: rename pkgsubmit to webstatusNicolas Vigier2013-05-231-0/+22
Rename buildsystem::pkgsubmit to buildsystem::webstatus. pkgsubmit name has been used as the name of the host to submit packages, and the hostname of the web page to view the buildsystem status, but the two are different things, so they should be separated.