Skip to content
Snippets Groups Projects
  1. Jun 02, 2022
  2. Jun 01, 2022
  3. May 30, 2022
  4. May 27, 2022
  5. May 18, 2022
  6. May 16, 2022
  7. Feb 21, 2022
  8. Jan 29, 2022
    • Emanuele Aina's avatar
      pkg-merge-updates: Try to fast-forward before rebasing · f36e681c
      Emanuele Aina authored
      
      Explicitly attempt a fast forward merge before rebasing.
      
      Currently we always try to rebase, which already doews a fast-forward
      merge when possible. The issue is that after that we incoditionally try
      to append a new changelog entry and if we're fast-forwarding we should
      **not** to that since the changelog will already have a version equal or
      newer than the one we're trying to add.
      
      By explicitly attempting a fast-forward merge and exiting early we avoid
      that issue.
      
      This has not been a particular issue so far since the mirroring
      pipeline which uses the rebasing feature does not usually trigger it
      when a fast-forward is possible and will create all the branches in
      their final state.
      
      However in some cases unrelated errors encountered during the process
      have left repositories in a inconsistent state and this change allows to
      recover cleanly from those situations.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      f36e681c
  9. Jan 11, 2022
  10. Dec 15, 2021
  11. Oct 19, 2021
  12. Oct 07, 2021
  13. 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
  14. Oct 10, 2019
  15. Aug 02, 2019
  16. Jul 18, 2019
  17. Jul 17, 2019
  18. Apr 04, 2019
  19. Jan 08, 2019
  20. Nov 28, 2018
  21. Oct 17, 2018
    • Andrej Shadura's avatar
      Force allocating a PTY when running gdbserver · 3fd44401
      Andrej Shadura authored
      
      A gdbserver may be running left over from a previous debug session.
      It will still be listening on the TCP port, preventing a new instance
      from starting, so we need to kill it.
      
      However, if we allocate a PTY when spawning it, it will die once the
      session ends.
      
      For some reason, with get_pty=True, the gdbserver’s output is coming
      from stdout, not stderr.
      
      Apertis: T4463
      
      Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
      3fd44401
  22. Jan 10, 2018
  23. Dec 18, 2017
  24. May 24, 2017
Loading