зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1275409: change path to routes.json; r=mshal on a CLOSED TREE
MozReview-Commit-ID: CcRehDsCpms --HG-- extra : amend_source : 815a68fb8bee4529277ff54e12c2957eb485ff4b
This commit is contained in:
Родитель
95f74c2ac9
Коммит
dccabc82d9
|
@ -1344,7 +1344,7 @@ or run without that action (ie: --no-{action})"
|
|||
self.activate_virtualenv()
|
||||
|
||||
routes_file = os.path.join(dirs['abs_src_dir'],
|
||||
'testing/taskcluster/routes.json')
|
||||
'taskcluster/ci/legacy/routes.json')
|
||||
with open(routes_file) as f:
|
||||
self.routes_json = json.load(f)
|
||||
|
||||
|
|
|
@ -1074,7 +1074,7 @@ class DesktopSingleLocale(LocalesMixin, ReleaseMixin, MockMixin, BuildbotMixin,
|
|||
pushdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(pushinfo.pushdate))
|
||||
|
||||
routes_json = os.path.join(self.query_abs_dirs()['abs_mozilla_dir'],
|
||||
'testing/taskcluster/routes.json')
|
||||
'taskcluster/ci/legacy/routes.json')
|
||||
with open(routes_json) as f:
|
||||
contents = json.load(f)
|
||||
templates = contents['l10n']
|
||||
|
|
|
@ -495,7 +495,7 @@ class MobileSingleLocale(MockMixin, LocalesMixin, ReleaseMixin,
|
|||
pushinfo = self.vcs_query_pushinfo(repo, revision, vcs='hgtool')
|
||||
pushdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(pushinfo.pushdate))
|
||||
routes_json = os.path.join(self.query_abs_dirs()['abs_mozilla_dir'],
|
||||
'testing/taskcluster/routes.json')
|
||||
'taskcluster/ci/legacy/routes.json')
|
||||
with open(routes_json) as routes_file:
|
||||
contents = json.load(routes_file)
|
||||
templates = contents['l10n']
|
||||
|
|
Загрузка…
Ссылка в новой задаче