Files
tubestation/taskcluster/gecko_taskgraph/manifests/source_files.yml
Andrew Halberstadt e4a75ac2ce Bug 1732723 - Rename "taskgraph" Python module to "gecko_taskgraph". r=jmaher
For a long time two copies of the 'taskgraph' module have existed in parallel.
We've attempted to keep them in sync, but over time they have diverged and the
maintenance burden has increased.

In order to reduce this burden, we'd like to re-join the two code bases. The
canonical repo will be the one that lives outside of mozilla-central, and this
module will depend on it. Since they both have the same module name (taskgraph)
we need to rename the version in mozilla-central to avoid collisions.

Other consumers of 'taskgraph' (like mobile repos) have standardized on
'<project>_taskgraph' as their module names. So replicating that here as well.

Differential Revision: https://phabricator.services.mozilla.com/D127118
2021-09-30 09:50:08 -04:00

53 lines
2.0 KiB
YAML

# 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:
devedition-source:
- pub/devedition/candidates
firefox-source:
- pub/firefox/candidates
default_locales: # if given an empty locale, use these locales
- en-US
tasktype_map: # Map task reference to task type.
release-source-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:
- release-source-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:
source.tar.xz:
<<: *default
description: "Source file with the in-tree code archived"
pretty_name:
by-platform:
firefox-source: firefox-${version}.source.tar.xz
devedition-source: firefox-${version}.source.tar.xz
checksums_path:
by-platform:
firefox-source: source/firefox-${version}.source.tar.xz
devedition-source: source/firefox-${version}.source.tar.xz
source.tar.xz.asc:
<<: *default
description: "Detached signature for the source file"
pretty_name:
by-platform:
firefox-source: firefox-${version}.source.tar.xz.asc
devedition-source: firefox-${version}.source.tar.xz.asc
checksums_path:
by-platform:
firefox-source: source/firefox-${version}.source.tar.xz.asc
devedition-source: source/firefox-${version}.source.tar.xz.asc