firefox_nightly_checksums.yml (2306B)
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 s3_bucket_paths: 6 by-platform: 7 .*devedition.*: 8 - pub/devedition/nightly 9 default: 10 - pub/firefox/nightly 11 default_locales: # if given an empty locale, use these locales 12 - en-US 13 tasktype_map: # Map task reference to task type. 14 beetmover-repackage: beetmover 15 platform_names: 16 filename_platform: 17 by-platform: 18 linux64-shippable: 'linux-x86_64' 19 linux64-aarch64-shippable: 'linux-aarch64' 20 linux64-aarch64-devedition: 'linux-aarch64' 21 linux64-devedition: 'linux-x86_64' 22 linux64-asan-reporter-shippable: 'linux-x86_64-asan-reporter' 23 macosx64-shippable: 'mac' 24 macosx64-devedition: 'mac' 25 win32-shippable: 'win32' 26 win32-devedition: 'win32' 27 win64-shippable: 'win64' 28 win64-devedition: 'win64' 29 win64-aarch64-shippable: 'win64-aarch64' 30 win64-aarch64-devedition: 'win64-aarch64' 31 win64-asan-reporter-shippable: 'win64-asan-reporter' 32 33 # A default entry, which the mappings below extend and override. 34 # Final 'destinations' will be the product of: 35 # s3_bucket_paths + destinations + locale_prefix + pretty_name 36 default: &default 37 from: 38 - beetmover-repackage 39 all_locales: true 40 description: "TO_BE_OVERRIDDEN" 41 locale_prefix: '' 42 source_path_modifier: '' 43 destinations: # locale_prefix is appended 44 by-locale: 45 en-US: 46 - ${year}/${month}/${upload_date}-${branch} 47 - latest-${branch} 48 - latest-${branch}-l10n 49 default: 50 - ${year}/${month}/${upload_date}-${branch}-l10n 51 - latest-${branch}-l10n 52 53 # Configuration for individual files. Extends 'default', above. 54 mapping: 55 target.checksums: 56 <<: *default 57 description: "Checksums file containing size, hash, sha algorithm and filename" 58 pretty_name: firefox-${version}.${locale}.${filename_platform}.checksums 59 checksums_path: firefox-${version}.${locale}.${filename_platform}.checksums