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:
Dustin J. Mitchell 2016-06-08 14:31:31 +00:00
Родитель 95f74c2ac9
Коммит dccabc82d9
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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']