HACK: Point to mozilla-cc-taskcluster repo.
HACK: Point to mozilla-cc-taskcluster repo.
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -91,17 +91,17 @@ tasks:
retries: 5
payload:
env:
# checkout-gecko uses these to check out the source; the inputs
# to `mach taskgraph decision` are all on the command line.
$merge:
- GECKO_BASE_REPOSITORY: 'https://hg.mozilla.org/mozilla-unified'
- GECKO_HEAD_REPOSITORY: 'https://hg.mozilla.org/mozilla-central'
+ GECKO_HEAD_REPOSITORY: 'https://hg.mozilla.org/users/mozilla_hocat.ca/mozilla-cc-taskcluster'
GECKO_HEAD_REF: 'default'
COMM_BASE_REPOSITORY: 'https://hg.mozilla.org/comm-central'
COMM_HEAD_REPOSITORY: '${repoUrl}'
COMM_HEAD_REF: '${push.revision}'
COMM_HEAD_REV: '${push.revision}'
HG_STORE_PATH: /buillds/worker/checkouts/hg-store
TASKCLUSTER_CACHES: /builds/worker/checkouts
- $if: 'tasks_for != "action"'
--- a/client.py
+++ b/client.py
@@ -17,17 +17,17 @@ DEFAULTS = {
# 'CHATZILLA_REV': 'SEA2_48_RELBRANCH',
# URL of the default hg repository to clone for DOM Inspector.
'INSPECTOR_REPO': 'https://hg.mozilla.org/dom-inspector/',
# The stable revision to use for the next branch
# 'INSPECTOR_REV': 'DOMI_2_0_17',
# URL of the default hg repository to clone for Mozilla.
- 'MOZILLA_REPO': 'https://hg.mozilla.org/mozilla-central/',
+ 'MOZILLA_REPO': 'https://hg.mozilla.org/users/mozilla_hocat.ca/mozilla-cc-taskcluster',
}
REPO_SHORT_NAMES = {
'mozilla-central': 'moz',
'dom-inspector': 'dom',
}