Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2016-08-18 19:51:49 +0000
committerFrank Becker2016-08-18 19:51:49 +0000
commit0e804a4b29a5d60e2e1c8f4839f4eff765ce8d83 (patch)
tree22963e1fff52ce14a643aeaff33269eeec13a341
parentf53818a10879eb46747383a6a533845c6e037cf2 (diff)
downloadorg.eclipse.mylyn.tasks-0e804a4b29a5d60e2e1c8f4839f4eff765ce8d83.tar.gz
org.eclipse.mylyn.tasks-0e804a4b29a5d60e2e1c8f4839f4eff765ce8d83.tar.xz
org.eclipse.mylyn.tasks-0e804a4b29a5d60e2e1c8f4839f4eff765ce8d83.zip
499947: bugzilla git repository http://git.mozilla.org/bugzilla/bugzilla
no longer exists Change-Id: I923e5924af7e9d3dd2ef207674e96ba82f1d32c9 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=499947
-rw-r--r--org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/site.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/site.pp b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/site.pp
index 5b8c9f667..7be98fc2d 100644
--- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/site.pp
+++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/manifests/site.pp
@@ -110,7 +110,7 @@ define bugzilla::site (
notify => Exec["end extract bugzilla $bugzillaDir"],
}
exec { "master master git clone $bugzillaDir":
- command => "git clone http://git.mozilla.org/bugzilla/bugzilla $base/$bugzillaDir",
+ command => "git clone https://github.com/bugzilla/bugzilla $base/$bugzillaDir",
cwd => "$base",
user => "$userOwner",
timeout => 300,
@@ -120,7 +120,7 @@ define bugzilla::site (
}
} else {
exec { "master $branchTagInternal git clone $bugzillaDir":
- command => "git clone -b $branch http://git.mozilla.org/bugzilla/bugzilla $base/$bugzillaDir",
+ command => "git clone -b $branch https://github.com/bugzilla/bugzilla $base/$bugzillaDir",
cwd => "$base",
user => "$userOwner",
timeout => 300,
@@ -150,7 +150,7 @@ define bugzilla::site (
}
exec { "$branch $branchTagInternal git clone $bugzillaDir":
- command => "git clone -b $branch http://git.mozilla.org/bugzilla/bugzilla $base/$bugzillaDir",
+ command => "git clone -b $branch https://github.com/bugzilla/bugzilla $base/$bugzillaDir",
cwd => "$base",
user => "$userOwner",
timeout => 300,

Back to the top