Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp')
-rw-r--r--org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp30
1 files changed, 14 insertions, 16 deletions
diff --git a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
index cacaccc5e..4d8304f22 100644
--- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
+++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
@@ -23,22 +23,6 @@ define bugzilla::defaultsites($base = $bugzilla::bugzillaBase, $userOwner = $bug
/* Sites */
- bugzilla::site { "bugzilla-3.6.13-custom-wf":
- major => "3",
- minor => "6",
- branchTag => "bugzilla-3.6.13",
- custom_wf => true,
- }
-
- bugzilla::site { "bugzilla-3.6.13-custom-wf-and-status":
- major => "3",
- minor => "6",
- branchTag => "bugzilla-3.6.13",
- custom_wf_and_status => true,
- xmlrpc_enabled => false,
- desciptorfile => "DescriptorFile-custom-wf-and-status.txt"
- }
-
bugzilla::site { "bugzilla-4.0.15":
major => "4",
minor => "0",
@@ -62,6 +46,20 @@ define bugzilla::defaultsites($base = $bugzilla::bugzillaBase, $userOwner = $bug
envdefault => true,
}
+ bugzilla::site { "bugzilla-4.4.6-custom-wf":
+ major => "4",
+ minor => "4",
+ branchTag => "bugzilla-4.4.6",
+ custom_wf => true,
+ }
+
+ bugzilla::site { "bugzilla-4.4.6-custom-wf-and-status":
+ major => "4",
+ minor => "4",
+ branchTag => "bugzilla-4.4.6",
+ custom_wf_and_status => true,
+ }
+
/*
bugzilla::site { "bugzilla-master":
major => "5",

Back to the top