blob: b6fa63ec84cd964ecac51929f7ba3b93e713b04d (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
# 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:
by-platform:
shippable-l10n-pre:
- pub/thunderbird/candidates
default_locales: # if given an empty locale, use these locales
- en-US
tasktype_map: # Map task reference to task type.
shippable-l10n-pre-signing: signing
# 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
from:
- shippable-l10n-pre-signing
all_locales: false
description: "TO_BE_OVERRIDDEN"
locale_prefix: ''
source_path_modifier: ''
destinations: # locale_prefix is appended
- ${version}-candidates/build${build_number}/source
# Configuration for individual files. Extends 'default', above.
mapping:
strings_all.tar.zst:
<<: *default
description: "Strings sources for localuized builds and langpacks"
pretty_name:
by-platform:
shippable-l10n-pre: thunderbird-${version}.strings_all.tar.zst
checksums_path:
by-platform:
shippable-l10n-pre: source/thunderbird-${version}.strings_all.tar.zst
strings_all.tar.zst.asc:
<<: *default
description: "Detached signature for the strings source file"
pretty_name:
by-platform:
shippable-l10n-pre: thunderbird-${version}.strings_all.tar.zst.asc
checksums_path:
by-platform:
shippable-l10n-pre: source/thunderbird-${version}.strings_all.tar.zst.asc
l10n-changesets.json:
<<: *default
description: "Source info used to build strings_all.tar.zst"
pretty_name:
by-platform:
shippable-l10n-pre: thunderbird-${version}.l10n-changesets.json
checksums_path:
by-platform:
shippable-l10n-pre: source/thunderbird-${version}.l10n-changesets.json
l10n-changesets.json.asc:
<<: *default
description: "Detached signature for changesets file"
pretty_name:
by-platform:
shippable-l10n-pre: thunderbird-${version}.l10n-changesets.json.asc
checksums_path:
by-platform:
shippable-l10n-pre: source/thunderbird-${version}.l10n-changesets.json.asc
|