Skip to content

Commit

Permalink
Bug 1328727: revert to --base-repository=https://hg.mozilla.org/mozil…
Browse files Browse the repository at this point in the history
…la-central; r=gps

MozReview-Commit-ID: BMCVrtyooKV
  • Loading branch information
djmitche committed Jul 25, 2017
1 parent c5a2243 commit b5bdf8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ tasks:
- -cx
- $let:
extraArgs: {$if: 'tasks_for == "hg-push"', then: '', else: '${cron.quoted_args}'}
# NOTE: the explicit reference to mozilla-central below is required because android-stuff
# still uses tc-vcs, which does not support mozilla-unified
# https://bugzilla.mozilla.org/show_bug.cgi?id=1383973
in: >
cd /home/worker/checkouts/gecko &&
ln -s /home/worker/artifacts artifacts &&
Expand All @@ -109,7 +112,7 @@ tasks:
--message="$GECKO_COMMIT_MSG"
--owner='${ownerEmail}'
--level='${repository.level}'
--base-repository="$GECKO_BASE_REPOSITORY"
--base-repository='https://hg.mozilla.org/mozilla-central'
--head-repository="$GECKO_HEAD_REPOSITORY"
--head-ref="$GECKO_HEAD_REF"
--head-rev="$GECKO_HEAD_REV"
Expand Down

0 comments on commit b5bdf8d

Please sign in to comment.