Skip to content
Snippets Groups Projects
  1. Nov 07, 2024
  2. Aug 15, 2024
  3. May 23, 2024
  4. Feb 19, 2024
  5. Nov 28, 2023
  6. Nov 21, 2023
  7. Nov 17, 2023
  8. Sep 04, 2023
  9. Jun 30, 2023
  10. Jun 28, 2023
  11. Feb 27, 2023
  12. Dec 05, 2022
  13. Nov 29, 2022
  14. Nov 23, 2022
  15. Sep 08, 2022
  16. Jun 07, 2022
  17. Mar 11, 2022
  18. Dec 28, 2021
    • Emanuele Aina's avatar
      Test the current script, not the one in the main branch · 3e2f9860
      Emanuele Aina authored
      
      Since the pipeline is meant to be `include:`d from other repositories
      by default it tries to retrieve the `update_test_binaries.sh` script
      with a HTTP call.
      
      However this means that the test pipeline on a specific commit is not
      actually testing the `update_test_binaries.sh` script on the same
      commit, but it retrieves it from the `$osname/$release` branch (in this
      case, `apertis/v2023dev1`).
      
      Tweak things to ensure the current `update_test_binaries.sh` is used
      during testing.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      3e2f9860
  19. Dec 18, 2021
  20. Dec 15, 2021
  21. Nov 17, 2021
    • Emanuele Aina's avatar
      Avoid picking up the wrong Packages files from previous builds · dac27c3c
      Emanuele Aina authored
      
      When running `update_test_binaries.sh` for two different branches
      without cleaning up files in between, the `Packages` indexes get re-used
      even if they target the wrong release.
      
      This means that if you update the `v2022pre` binaries, then switch to
      `v2021` and do the update, the tool will re-use the `v2022pre` indexes
      and retrieve the `v2022pre` packages rather than the `v2021` ones.
      
      By including the release in the locally cached `Packages` files we avoid
      the issue.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      dac27c3c
  22. Nov 14, 2021
  23. Oct 20, 2021
  24. Sep 15, 2021
  25. Jun 18, 2021
  26. Jan 13, 2021
  27. Dec 02, 2020
  28. Sep 16, 2020
  29. Sep 07, 2020
  30. Jun 24, 2020
  31. Jun 21, 2020
Loading