blob: c73eb0c349e95fb60e13fa5731f3f0e5c439fad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
s3_bucket_paths:
- pub/firefox/candidates
default_locales: # Ignored for snap
- en-US
tasktype_map: # Map task reference to task type.
release-snap-repackage: build
# A default entry, which the mappings below extend and override.
# Final 'destinations' will be the product of:
# s3_bucket_paths + destinations + locale_prefix + pretty_name
default: &default
all_locales: false
from:
- release-snap-repackage
locale_prefix: ''
source_path_modifier: ''
description: ''
destinations:
- ${version}-candidates/build${build_number}/snap
update_balrog_manifest: false
mapping:
target.snap:
<<: *default
description: "The main installer we ship our products baked within"
pretty_name: firefox-${version}.snap
checksums_path: firefox-${version}.snap.checksums
target.snap.checksums:
<<: *default
description: "The checksums to the main installer."
pretty_name: firefox-${version}.snap.checksums
checksums_path: firefox-${version}.snap.checksums
|