Skip to content
Snippets Groups Projects

Merge changes from apertis/v2021-updates into apertis/v2021

Merged Ritesh Raj Sarraf requested to merge apertis/v2021-updates into apertis/v2021
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 6490b452
    Running `ade sysroot install --release v2021dev3 --arch amd64` results
    in `ade` complaining with:
    
        usage: ade sysroot install [-h] [--verbose] [--distro DISTRO]
                                   [--release RELEASE] [--arch {armhf,arm64}]
                                   [--url URL] [--user USER] [--password PASSWORD]
                                   [--netrc NETRC] [--file FILE] [--force]
        ade sysroot install: error: argument --arch: invalid choice: 'amd64' (choose from 'armhf', 'arm64')
    
    This means that developers attempting to target amd64 targets aren't
    going to be able to follow the ADE documentation and we can't easily
    target different releases using ADE when using an amd64 target, so
    sync the list of allowable values with the main list of the kind of
    sysroots we support.
    
    Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
+ 34
0
apertis-dev-tools (0.2021.3) apertis; urgency=medium
* Run the local pipeline whenever the parent pipeline triggers it
-- Emanuele Aina <emanuele.aina@collabora.com> Sun, 03 Oct 2021 19:29:07 +0000
apertis-dev-tools (0.2021.2) apertis; urgency=medium
* Fix installability on v2022dev2. Demote dependency on ribchester to a
suggests since it is not available in v2022dev2.
-- Emanuele Aina <emanuele.aina@collabora.com> Mon, 31 May 2021 10:22:03 +0000
apertis-dev-tools (0.2021.1) apertis; urgency=medium
* debian/apertis/gitlab-ci.yml: Drop since we use an external definition
* d/a/local-gitlab-ci.yml: Do not run on tags
-- Emanuele Aina <emanuele.aina@collabora.com> Tue, 18 May 2021 00:07:24 +0000
apertis-dev-tools (0.2021.0) apertis; urgency=medium
* ade sysroot: Allow installation of amd64 sysroots
* Run automated tests on the CI
-- Emanuele Aina <emanuele.aina@collabora.com> Wed, 03 Mar 2021 12:26:30 +0000
apertis-dev-tools (0.2020.1co1) apertis; urgency=medium
[ Ritesh Raj Sarraf ]
* debian/apertis/component: Set to development
-- Emanuele Aina <emanuele.aina@collabora.com> Thu, 11 Feb 2021 09:07:58 +0000
apertis-dev-tools (0.2020.1) apertis; urgency=medium
* gitlab-ci: Link to the Apertis GitLab CI pipeline definition.
Loading