64_source.py (639B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 config = { 6 "default_actions": ["package-source"], 7 "stage_platform": "source", # Not used, but required by the script 8 "env": { 9 "HG_SHARE_BASE_DIR": "/builds/hg-shared", 10 "TINDERBOX_OUTPUT": "1", 11 "LC_ALL": "C", 12 "MOZ_OBJDIR": "%(abs_obj_dir)s", 13 }, 14 "src_mozconfig": "browser/config/mozconfigs/linux64/source", 15 "upload_env": { 16 "UPLOAD_PATH": "/builds/worker/artifacts/", 17 }, 18 }