Closed
Bug 1260993
Opened 10 years ago
Closed 10 years ago
Unable to clone mozilla-central due to HTTP error fetching bundle: HTTP Error 403: Forbidden
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1261023
People
(Reporter: gkw, Unassigned)
Details
(Keywords: regression)
In a VM with MozillaBuild 2.2.0 freshly installed I'm unable to clone mozilla-central:
$ hg clone http://hg.mozilla.org/mozilla-central mc2
applying clone bundle from https://hg.cdn.mozilla.net/mozilla-central/494289c72ba3997183e7b5beaca3e0447ecaf96d.gzip.hg
HTTP error fetching bundle: HTTP Error 403: Forbidden
abort: error applying bundle
(if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
I got a similar problem in EC2 Windows VMs:
$ hg --cwd ~/trees/ clone https://hg.mozilla.org/mozilla-central ~/trees/mozill
a-central
applying clone bundle from https://s3-external-1.amazonaws.com/moz-hg-bundles-us
-east-1/mozilla-central/494289c72ba3997183e7b5beaca3e0447ecaf96d.packed1.hg
HTTP error fetching bundle: HTTP Error 403: Forbidden
abort: error applying bundle
(if this error persists, consider contacting the server operator or disable clon
e bundles via "--config ui.clonebundles=false")
RyanVM, any idea what's going on here?
Flags: needinfo?(ryanvm)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(ryanvm)
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•