Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  ubuntu.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/.
---
task-defaults:
    run:
        using: ubuntu-package
        dist: bionic

ub18-python-psutil:
    description: "python-psutil for Ubuntu bionic"
    treeherder:
        symbol: Ub18(python-psutil)
    run:
        dsc:
            url: https://snapshot.ubuntu.com/ubuntu/20220601T000000Z/pool/main/p/python-psutil/python-psutil_5.4.2-1ubuntu0.1.dsc
            sha256: a0ca4560d25fcfe5b7407d2cb21318f0635f2c3559898efce1679eef35b61f05
        name: python-psutil
        pre-build-command: >-
            apt-get install python3.8-dev python3.8-dbg &&
            export DEBPYTHON3_SUPPORTED="3.8"

ub18-python-zstandard:
    description: "python-zstandard for Ubuntu bionic"
    treeherder:
        symbol: Ub18(python-zstandard)
    run:
        tarball:
            url: https://github.com/indygreg/python-zstandard/releases/download/0.19.0/zstandard-0.19.0.tar.gz
            sha256: 31d12fcd942dd8dbf52ca5f6b1bbe287f44e5d551a081a983ff3ea2082867863
        name: python-zstandard
        pre-build-command: >-
            apt-get install python3.8-dev &&
            export DEBPYTHON3_SUPPORTED="3.8" &&
            debchange -v 0.19.0-1.ub18moz --distribution bionic "Mozilla backport for bionic"

ub18-mercurial:
    description: "Modern Mercurial for Ubuntu bionic"
    treeherder:
        symbol: Ub18(hg)
    run:
        tarball:
            url: https://www.mercurial-scm.org/release/mercurial-6.8.1.tar.gz
            sha256: 030e8a7a6d590e4eaeb403ee25675615cd80d236f3ab8a0b56dcc84181158b05
        pre-build-command: >-
            apt-get install python3.8-dev &&
            export DEB_HG_PYTHON_VERSIONS="3.8" &&
            export DEBPYTHON3_SUPPORTED="3.8" &&
            cp -r contrib/packaging/debian debian &&
            sed -i -e "s/__VERSION__/$(awk -F\" '$2 {print $2}' mercurial/__version__.py)-1.ub18moz1/" \
                         -e "s/__DATE__/$(date --rfc-2822)/" \
                         -e "s/__CODENAME__/bionic/" debian/changelog

ub18-coreutils:
    description: "Modern coreutils for Ubuntu bionic"
    treeherder:
        symbol: Ub18(coreutils)
    run:
        dsc:
            url: https://snapshot.ubuntu.com/ubuntu/20220601T000000Z/pool/main/c/coreutils/coreutils_8.32-4.1ubuntu1.dsc
            sha256: ac8f500698cb87284f6f5c750647d8c599866c5e00ff883b7dec76af23c376af
        pre-build-command: >-
            sed -i 's/debhelper (>= 12)/debhelper (>= 11)/' debian/control &&
            export FORCE_UNSAFE_CONFIGURE=1

ub20-python-zstandard:
    description: "python-zstandard for Ubuntu focal"
    treeherder:
        symbol: Ub20(python-zstandard)
    run:
        tarball:
            url: https://files.pythonhosted.org/packages/ed/f6/2ac0287b442160a89d726b17a9184a4c615bb5237db763791a7fd16d9df1/zstandard-0.23.0.tar.gz
            sha256: b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09
        name: python-zstandard
        dist: focal
        pre-build-command: debchange -v 0.23.0-1.ub20moz --distribution bionic "Mozilla backport for focal"

ub20-mercurial:
    description: "Modern Mercurial for Ubuntu focal"
    treeherder:
        symbol: Ub20(hg)
    run:
        tarball:
            url: https://www.mercurial-scm.org/release/mercurial-6.8.1.tar.gz
            sha256: 030e8a7a6d590e4eaeb403ee25675615cd80d236f3ab8a0b56dcc84181158b05
        dist: focal
        pre-build-command: >-
            cp -r contrib/packaging/debian debian &&
            sed -i -e "s/__VERSION__/$(awk -F\" '$2 {print $2}' mercurial/__version__.py)-1.ub20moz1/" \
                         -e "s/__DATE__/$(date --rfc-2822)/" \
                         -e "s/__CODENAME__/focal/" debian/changelog

ub22-python-zstandard:
    description: "python-zstandard for Ubuntu jammy"
    treeherder:
        symbol: Ub22(python-zstandard)
    run:
        tarball:
            url: https://files.pythonhosted.org/packages/09/1b/c20b2ef1d987627765dcd5bf1dadb8ef6564f00a87972635099bb76b7a05/zstandard-0.24.0.tar.gz
            sha256: fe3198b81c00032326342d973e526803f183f97aa9e9a98e3f897ebafe21178f
        name: python-zstandard
        dist: jammy
        pre-build-command: debchange -v 0.24.0-1.ub22moz --distribution jammy "Mozilla backport for jammy"

ub22-arm64-python-zstandard:
    worker-type: b-linux-aarch64
    description: "python-zstandard for Ubuntu jammy on ARM64"
    treeherder:
        symbol: Ub22a64(python-zstandard)
    run:
        tarball:
            url: https://files.pythonhosted.org/packages/09/1b/c20b2ef1d987627765dcd5bf1dadb8ef6564f00a87972635099bb76b7a05/zstandard-0.24.0.tar.gz
            sha256: fe3198b81c00032326342d973e526803f183f97aa9e9a98e3f897ebafe21178f
        name: python-zstandard
        dist: jammy
        arch: arm64
        pre-build-command: debchange -v 0.24.0-1.ub22moz --distribution jammy "Mozilla backport for jammy"

ub22-mercurial:
    description: "Modern Mercurial for Ubuntu jammy"
    treeherder:
        symbol: Ub22(hg)
    run:
        tarball:
            url: https://www.mercurial-scm.org/release/mercurial-6.8.1.tar.gz
            sha256: 030e8a7a6d590e4eaeb403ee25675615cd80d236f3ab8a0b56dcc84181158b05
        dist: jammy
        pre-build-command: >-
            cp -r contrib/packaging/debian debian &&
            sed -i -e "s/__VERSION__/$(awk -F\" '$2 {print $2}' mercurial/__version__.py)-1.ub22moz1/" \
                         -e "s/__DATE__/$(date --rfc-2822)/" \
                         -e "s/__CODENAME__/jammy/" debian/changelog

ub22-arm64-mercurial:
    worker-type: b-linux-aarch64
    description: "Modern Mercurial for Ubuntu jammy on ARM64"
    treeherder:
        symbol: Ub22a64(hg)
    run:
        tarball:
            url: https://www.mercurial-scm.org/release/mercurial-6.4.3.tar.gz
            sha256: a77fb62d325934a83a00b2fc6db109f44c67b86768fc40490366f513640c7f64
        dist: jammy
        arch: arm64
        pre-build-command: >-
            cp -r contrib/packaging/debian debian &&
            sed -i -e "s/__VERSION__/$(awk -F\" '$2 {print $2}' mercurial/__version__.py)-1.ub22moz1/" \
                         -e "s/__DATE__/$(date --rfc-2822)/" \
                         -e "s/__CODENAME__/jammy/" debian/changelog

ub24-python-zstandard:
    description: "python-zstandard for Ubuntu noble"
    treeherder:
        symbol: Ub24(python-zstandard)
    run:
        tarball:
            url: https://files.pythonhosted.org/packages/09/1b/c20b2ef1d987627765dcd5bf1dadb8ef6564f00a87972635099bb76b7a05/zstandard-0.24.0.tar.gz
            sha256: fe3198b81c00032326342d973e526803f183f97aa9e9a98e3f897ebafe21178f
        name: python-zstandard
        dist: noble
        pre-build-command: debchange -v 0.24.0-1.ub24moz --distribution noble "Mozilla backport for noble"

ub24-arm64-python-zstandard:
    worker-type: b-linux-aarch64
    description: "python-zstandard for Ubuntu noble on ARM64"
    treeherder:
        symbol: Ub24a64(python-zstandard)
    run:
        tarball:
            url: https://files.pythonhosted.org/packages/09/1b/c20b2ef1d987627765dcd5bf1dadb8ef6564f00a87972635099bb76b7a05/zstandard-0.24.0.tar.gz
            sha256: fe3198b81c00032326342d973e526803f183f97aa9e9a98e3f897ebafe21178f
        name: python-zstandard
        dist: noble
        arch: arm64
        pre-build-command: debchange -v 0.24.0-1.ub24moz --distribution noble "Mozilla backport for noble"

ub24-mercurial:
    description: "Modern Mercurial for Ubuntu noble"
    treeherder:
        symbol: Ub24(hg)
    run:
        tarball:
            url: https://www.mercurial-scm.org/release/mercurial-6.8.1.tar.gz
            sha256: 030e8a7a6d590e4eaeb403ee25675615cd80d236f3ab8a0b56dcc84181158b05
        dist: noble
        pre-build-command: >-
            cp -r contrib/packaging/debian debian &&
            sed -i -e "s/__VERSION__/$(awk -F\" '$2 {print $2}' mercurial/__version__.py)-1.ub24moz1/" \
                         -e "s/__DATE__/$(date --rfc-2822)/" \
                         -e "s/__CODENAME__/noble/" debian/changelog

ub24-arm64-mercurial:
    worker-type: b-linux-aarch64
    description: "Modern Mercurial for Ubuntu noble on ARM64"
    treeherder:
        symbol: Ub24a64(hg)
    run:
        tarball:
            url: https://www.mercurial-scm.org/release/mercurial-6.8.1.tar.gz
            sha256: 030e8a7a6d590e4eaeb403ee25675615cd80d236f3ab8a0b56dcc84181158b05
        dist: noble
        arch: arm64
        pre-build-command: >-
            cp -r contrib/packaging/debian debian &&
            sed -i -e "s/__VERSION__/$(awk -F\" '$2 {print $2}' mercurial/__version__.py)-1.ub24moz1/" \
                         -e "s/__DATE__/$(date --rfc-2822)/" \
                         -e "s/__CODENAME__/noble/" debian/changelog

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-26]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002