Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2014-05-02 14:44:57 +0000
committerFrank Becker2014-05-02 14:44:57 +0000
commit1d47fa7b2815c17a06c70a5f1684794c73ae5e0c (patch)
tree9f7f44c066080189abbe4bd1cdc421e4c3a802a9
parent0b7e999d7f580408625d23596533327de4b8ce20 (diff)
downloadorg.eclipse.mylyn.tasks-1d47fa7b2815c17a06c70a5f1684794c73ae5e0c.tar.gz
org.eclipse.mylyn.tasks-1d47fa7b2815c17a06c70a5f1684794c73ae5e0c.tar.xz
org.eclipse.mylyn.tasks-1d47fa7b2815c17a06c70a5f1684794c73ae5e0c.zip
433095: set default to 4.4.4 and correct versioninfo of trunk
Change-Id: Ib4e499f5b86a29644d985c9e732f9cb3e4085f6d Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=433095
-rw-r--r--org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp7
1 files changed, 3 insertions, 4 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 b213865bd..08822bca2 100644
--- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
+++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/defaultsites.pp
@@ -59,7 +59,6 @@ define bugzilla::defaultsites($base = $bugzilla::bugzillaBase, $userOwner = $bug
bugzilla::site { "bugzilla-4.2.9":
major => "4",
minor => "2",
- envdefault => true,
}
bugzilla::site { "bugzilla-4.2.9-bugaliases":
@@ -72,6 +71,7 @@ define bugzilla::defaultsites($base = $bugzilla::bugzillaBase, $userOwner = $bug
bugzilla::site { "bugzilla-4.4.4":
major => "4",
minor => "4",
+ envdefault => true,
}
bugzilla::site { "bugzilla-4.5.4":
@@ -87,7 +87,6 @@ bugzilla::site { "bugzilla-rest-4.5.4":
minor => "5",
branch => "trunk",
branchTag => "bugzilla-4.5.4",
- envdefault_rest => true,
rest_enabled => true,
envversion => "4.5.4",
envinfo => "4.5.4, REST enabled"
@@ -98,7 +97,7 @@ bugzilla::site { "bugzilla-rest-4.5.4":
minor => "5",
branch => "trunk",
branchTag => "trunk",
- envversion => "4.5.4",
+ envversion => "4.5.4+",
}
bugzilla::site { "bugzilla-rest-trunk":
@@ -106,7 +105,7 @@ bugzilla::site { "bugzilla-rest-trunk":
minor => "5",
branch => "trunk",
branchTag => "trunk",
- envversion => "4.5.4",
+ envversion => "4.5.4+",
envdefault_rest => true,
rest_enabled => true,
}

Back to the top