Bug 1178286 - switch release automation source builder to taskcluster. r=jlund DONTBUILD

This commit is contained in:
Rail Aliiev 2015-10-23 17:52:40 -04:00
Родитель 926ed575ad
Коммит b1276f6839
2 изменённых файлов: 6 добавлений и 4 удалений

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

@ -16,4 +16,8 @@ config = {
'TINDERBOX_OUTPUT': '1',
'LC_ALL': 'C',
},
'tooltool_script': ["/builds/tooltool.py"],
'tooltool_bootstrap': "setup.sh",
'tooltool_manifest_src': "browser/config/tooltool-manifests/linux64/releng.manifest",
'src_mozconfig': 'browser/config/mozconfigs/linux64/nightly',
}

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

@ -1807,10 +1807,8 @@ or run without that action (ie: --no-{action})"
self._ccache_s()
def preflight_package_source(self):
# Make sure to have an empty .mozconfig. Removing it is not enough,
# because MOZ_OBJDIR is not used in this case
self._touch_file(os.path.join(self.query_abs_dirs()['abs_src_dir'],
'.mozconfig'))
self._get_mozconfig()
self._run_tooltool()
def package_source(self):
"""generates source archives and uploads them"""