Skip to content
Snippets Groups Projects
  1. Jan 11, 2022
    • Ariel D'Alessandro's avatar
      import-debian-package: Allow creating/pushing to remote repository · 68b58d12
      Ariel D'Alessandro authored
      
      To import a new package from Debian the current process required several
      manual steps. This commit adds the --push-remote option to allow
      creating and pushing the imported package to apertis remote gitlab
      instance.
      
      The following steps are now automatized:
      * package folder is created and import process is performed in there.
      * remote repo is created if it doesn't exist.
      * remote branches and tags are pushed.
      * gitlab settings are applied to remote repo.
      * CI pipeline is triggered on all downstream branches.
      
      Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
      68b58d12
  2. Dec 15, 2021
  3. Oct 19, 2021
  4. Oct 07, 2021
  5. Mar 03, 2021
    • Emanuele Aina's avatar
      ade sysroot: Allow installation of amd64 sysroots · 6490b452
      Emanuele Aina authored
      
      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>
      6490b452
  6. Oct 10, 2019
  7. Aug 02, 2019
  8. Jul 18, 2019
  9. Jul 17, 2019
  10. Apr 04, 2019
  11. Jan 08, 2019
  12. Nov 28, 2018
  13. Oct 17, 2018
  14. Jan 10, 2018
  15. Dec 18, 2017
  16. May 24, 2017
  17. May 19, 2017
  18. May 16, 2017
  19. May 15, 2017
  20. Mar 30, 2017
  21. Mar 17, 2017
  22. Mar 10, 2017
  23. Dec 21, 2016
  24. Dec 16, 2016
  25. Dec 15, 2016
Loading