Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2016-05-27 19:07:14 +0000
committerGerrit Code Review @ Eclipse.org2016-06-15 18:41:44 +0000
commit7b6c8404b6eaa24858337cf04ba4d05aa0f4cb3b (patch)
tree4def5e386f47c812562dc167eda9e8a8741afbdd /org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
parent58364eba5fc175eb77d98c96f30976bd60b22b39 (diff)
downloadorg.eclipse.mylyn.tasks-7b6c8404b6eaa24858337cf04ba4d05aa0f4cb3b.tar.gz
org.eclipse.mylyn.tasks-7b6c8404b6eaa24858337cf04ba4d05aa0f4cb3b.tar.xz
org.eclipse.mylyn.tasks-7b6c8404b6eaa24858337cf04ba4d05aa0f4cb3b.zip
494233: Release of Bugzilla 5.0.3, 4.4.12, and 5.1.1
Change-Id: Ib475e0653404b403db54cb27e391945ca7618caf Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=494233
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.pp34
1 files changed, 17 insertions, 17 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 770df2a54..85c3db523 100644
--- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
+++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
@@ -35,47 +35,47 @@ define bugzilla::defaultsites($base = $bugzilla::bugzillaBase, $userOwner = $bug
micro => "16",
}
- bugzilla::site { "bugzilla-4.4.11-bugaliases":
+ bugzilla::site { "bugzilla-4.4.12-bugaliases":
major => "4",
minor => "4",
- micro => "11",
+ micro => "12",
usebugaliases => true,
}
- bugzilla::site { "bugzilla-4.4.11":
+ bugzilla::site { "bugzilla-4.4.12":
major => "4",
minor => "4",
- micro => "11",
+ micro => "12",
envdefault => true,
}
- bugzilla::site { "bugzilla-4.4.11-custom-wf":
+ bugzilla::site { "bugzilla-4.4.12-custom-wf":
major => "4",
minor => "4",
- micro => "11",
+ micro => "12",
custom_wf => true,
}
- bugzilla::site { "bugzilla-4.4.11-custom-wf-and-status":
+ bugzilla::site { "bugzilla-4.4.12-custom-wf-and-status":
major => "4",
minor => "4",
- micro => "11",
+ micro => "12",
custom_wf_and_status => true,
}
- bugzilla::site { "bugzilla-5.0.2":
+ bugzilla::site { "bugzilla-5.0.3":
major => "5",
minor => "0",
- micro => "2",
+ micro => "3",
}
-
+
bugzilla::site { "bugzilla-master":
major => "5",
minor => "1",
- micro => "",
+ micro => "1",
branch => "master",
branchTag => "HEAD",
- envversion => "5.1",
+ envversion => "5.1.1+",
envinfo => "Master",
}
@@ -83,10 +83,10 @@ define bugzilla::defaultsites($base = $bugzilla::bugzillaBase, $userOwner = $bug
* REST sites
*******************************************************************************/
- bugzilla::site { "bugzilla-rest-5.0.2":
+ bugzilla::site { "bugzilla-rest-5.0.3":
major => "5",
minor => "0",
- micro => "2",
+ micro => "3",
envtype => "bugzillaREST",
rest_enabled => true,
envdefault_rest => true,
@@ -97,10 +97,10 @@ define bugzilla::defaultsites($base = $bugzilla::bugzillaBase, $userOwner = $bug
bugzilla::site { "bugzilla-rest-master":
major => "5",
minor => "1",
- micro => "",
+ micro => "1",
branch => "master",
branchTag => "HEAD",
- envversion => "5.1",
+ envversion => "5.1.1+",
envinfo => "Master",
envtype => "bugzillaREST",
rest_enabled => true,

Back to the top