Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/taskcluster/kinds/repackage-rpm/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  kind.yml   Sprache: unbekannt

 
Spracherkennung für: .yml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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/.
---
loader: taskgraph.loader.transform:loader

transforms:
    - taskgraph.transforms.from_deps
    - gecko_taskgraph.transforms.name_sanity
    - gecko_taskgraph.transforms.repackage
    - gecko_taskgraph.transforms.repackage_routes
    - gecko_taskgraph.transforms.job
    - gecko_taskgraph.transforms.task

kind-dependencies:
    # We're going to generate tasks based on this.  We `depend` on and fetch the package from this.
    - build-signing
    # We're not going to generate tasks based on these.  But we are going to `depend` on and fetch
    # langpacks from these.
    - l10n
    - shippable-l10n-signing
    - toolchain

task-defaults:
    run-on-repo-type: [hg]

only-for-build-platforms:
    - linux64-shippable/opt
    - linux64-devedition/opt
    - linux64-aarch64-shippable/opt
    - linux64-aarch64-devedition/opt
    - linux64/opt
    - linux64-aarch64/opt

tasks:
    repackage-rpm:
        from-deps:
            group-by: platform
            unique-kinds: false
        shipping-phase: promote
        worker-type: b-linux
        worker:
            docker-image:
                in-tree: debian12-rpm-repackage
        mozharness:
            run-as-root: true
            use-caches: false
            config:
                by-build-platform:
                    linux64\b.*:
                        - repackage/base.py
                        - repackage/linux64_signed.py
        treeherder:
            symbol: Rpk-rpm
        package-formats: [rpm]

[Dauer der Verarbeitung: 0.56 Sekunden]