aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mga_buildsystem/manifests/mainnode.pp2
-rw-r--r--modules/buildsystem/manifests/webstatus.pp (renamed from modules/buildsystem/manifests/pkgsubmit.pp)4
-rw-r--r--modules/buildsystem/templates/vhost_webstatus.conf (renamed from modules/buildsystem/templates/vhost_pkgsubmit.conf)0
3 files changed, 3 insertions, 3 deletions
diff --git a/deployment/mga_buildsystem/manifests/mainnode.pp b/deployment/mga_buildsystem/manifests/mainnode.pp
index 89124bcb..f2797731 100644
--- a/deployment/mga_buildsystem/manifests/mainnode.pp
+++ b/deployment/mga_buildsystem/manifests/mainnode.pp
@@ -5,7 +5,7 @@ class mga_buildsystem::mainnode {
include buildsystem::maintdb
include buildsystem::binrepo
include buildsystem::repoctl
- include buildsystem::pkgsubmit
+ include buildsystem::webstatus
$rpmlint_packages = [ "rpmlint-mageia-policy", "rpmlint-mageia-mga2-policy"]
package { $rpmlint_packages:
diff --git a/modules/buildsystem/manifests/pkgsubmit.pp b/modules/buildsystem/manifests/webstatus.pp
index b2bcb829..9ed617ed 100644
--- a/modules/buildsystem/manifests/pkgsubmit.pp
+++ b/modules/buildsystem/manifests/webstatus.pp
@@ -1,4 +1,4 @@
-class buildsystem::pkgsubmit {
+class buildsystem::webstatus {
include buildsystem::var::scheduler
$sched_home_dir = $buildsystem::var::scheduler::homedir
@@ -13,7 +13,7 @@ class buildsystem::pkgsubmit {
'/autobuild/cauldron/x86_64/core/log/status.core.log' => "$location/autobuild/broken.php"
},
location => $location,
- content => template('buildsystem/vhost_pkgsubmit.conf'),
+ content => template('buildsystem/vhost_webstatus.conf'),
}
subversion::snapshot { $location:
diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_webstatus.conf
index 4de14c17..4de14c17 100644
--- a/modules/buildsystem/templates/vhost_pkgsubmit.conf
+++ b/modules/buildsystem/templates/vhost_webstatus.conf