release_mozilla-release_desktop_EME-free.py (758B)
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 "appName": "Firefox", 7 "log_name": "partner_repack", 8 "repack_manifests_url": "git@github.com:mozilla-partners/mozilla-EME-free-manifest.git", 9 "repo_file": "https://raw.githubusercontent.com/mozilla-releng/git-repo/main/repo", 10 "secret_files": [ 11 { 12 "filename": "/builds/partner-github-ssh", 13 "secret_name": "project/releng/gecko/build/level-%(scm-level)s/partner-github-ssh", 14 "min_scm_level": 1, 15 "mode": 0o600, 16 }, 17 ], 18 "ssh_key": "/builds/partner-github-ssh", 19 }