Bug 1277640 - desktop_l10n.py should clone gecko by revision r=Callek a=release DONTBUILD draft
authorRail Aliiev <rail@mozilla.com>
Thu, 02 Jun 2016 15:30:16 -0400
changeset 374684 fa84105217ec99e4dadbb1ddcd2bb15bdacd68fe
parent 374574 151f1d8697dcad008358b355069ce0d79d10dceb
child 522670 154ab27ebdde28f3b61c2609906931a5e53a17c3
push id20062
push userbmo:rail@mozilla.com
push dateThu, 02 Jun 2016 19:32:18 +0000
reviewersCallek, release
bugs1277640
milestone49.0a1
Bug 1277640 - desktop_l10n.py should clone gecko by revision r=Callek a=release DONTBUILD MozReview-Commit-ID: CplKgqO6yjC
testing/mozharness/configs/single_locale/mozilla-beta.py
testing/mozharness/configs/single_locale/mozilla-esr45.py
testing/mozharness/configs/single_locale/mozilla-release.py
--- a/testing/mozharness/configs/single_locale/mozilla-beta.py
+++ b/testing/mozharness/configs/single_locale/mozilla-beta.py
@@ -13,17 +13,17 @@ config = {
     "repos": [{
         "vcs": "hg",
         "repo": "https://hg.mozilla.org/build/tools",
         "branch": "default",
         "dest": "tools",
     }, {
         "vcs": "hgtool",
         "repo": "https://hg.mozilla.org/releases/mozilla-beta",
-        "revision": "default",
+        "revision": "%(revision)s",
         "dest": "mozilla-beta",
     }, {
         "vcs": "hgtool",
         "repo": "https://hg.mozilla.org/build/compare-locales",
         "revision": "RELEASE_AUTOMATION"
     }],
     # purge options
     'purge_minsize': 12,
--- a/testing/mozharness/configs/single_locale/mozilla-esr45.py
+++ b/testing/mozharness/configs/single_locale/mozilla-esr45.py
@@ -13,17 +13,17 @@ config = {
     "repos": [{
         "vcs": "hg",
         "repo": "https://hg.mozilla.org/build/tools",
         "branch": "default",
         "dest": "tools",
     }, {
         "vcs": "hgtool",
         "repo": "https://hg.mozilla.org/releases/mozilla-esr45",
-        "revision": "default",
+        "revision": "%(revision)s",
         "dest": "mozilla-esr45",
     }, {
         "vcs": "hgtool",
         "repo": "https://hg.mozilla.org/build/compare-locales",
         "revision": "RELEASE_AUTOMATION"
     }],
     # purge options
     'purge_minsize': 12,
--- a/testing/mozharness/configs/single_locale/mozilla-release.py
+++ b/testing/mozharness/configs/single_locale/mozilla-release.py
@@ -13,17 +13,17 @@ config = {
     "repos": [{
         "vcs": "hg",
         "repo": "https://hg.mozilla.org/build/tools",
         "branch": "default",
         "dest": "tools",
     }, {
         "vcs": "hgtool",
         "repo": "https://hg.mozilla.org/releases/mozilla-release",
-        "revision": "default",
+        "revision": "%(revision)s",
         "dest": "mozilla-release",
     }, {
         "vcs": "hgtool",
         "repo": "https://hg.mozilla.org/build/compare-locales",
         "revision": "RELEASE_AUTOMATION"
     }],
     # purge options
     'purge_minsize': 12,