Skip to content
Snippets Groups Projects
  1. Sep 09, 2024
  2. Sep 02, 2024
  3. Aug 20, 2024
  4. Aug 19, 2024
  5. Jul 17, 2024
  6. Jul 16, 2024
  7. Jul 11, 2024
  8. Jul 10, 2024
  9. Jun 28, 2024
  10. Jun 17, 2024
  11. May 27, 2024
  12. Apr 08, 2024
    • Dylan Aïssi's avatar
      Add GIT_BRANCH_MISMATCH_UPSTREAM_IGNORELIST allowing to ignore new upstream release · 0583e2f5
      Dylan Aïssi authored and Walter Lozano's avatar Walter Lozano committed
      
      Packages versions coming from Debian are correctly parsed, so we don't have to
      whitelist them, however in Apertis we use the ~v202X suffix which is to
      misinterpreted by dashboard and lead to confusion when comparing versions.
      For example, the dashboard the of downstream complains about:
      
      Version in apertis/v2023/5.2.5~ds0-1+apertis0 is higher than version 5.2.5~ds0-1+apertis0~v2023 in upstream apertis/v2023
      
      Which is true, but due to our workflow, the version apertis/v2023/5.2.5~ds0-1+apertis0
      should not land in v2023 this is the reason of why we add the problematic
      suffix allowing us to backport targeted changes to a previous release.
      Adding the logic in the dashboard to correctly interpret the ~v202X is
      not trivial, so for now we can teach it to ignore some versions.
      
      Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
      0583e2f5
  13. Apr 04, 2024
  14. Mar 20, 2024
  15. Mar 14, 2024
  16. Feb 23, 2024
  17. Feb 22, 2024
  18. Feb 20, 2024
  19. Feb 19, 2024
    • Dylan Aïssi's avatar
      Add a new ignorelist for mismatch between OBS and git · e1bcd613
      Dylan Aïssi authored and Walter Lozano's avatar Walter Lozano committed
      
      Sometimes, we need to backport a package version to a previous
      Apertis release. But, a fast-forward backport is not always
      possible as some changes may have occurred that are not suitable
      for previous Apertis releases (like a change in debian/apertis/component
      or debian/apertis/copyright needs to be refreshed with a different
      version or the toolchain). In order to keep the git history linear,
      while doing the backport, unsuitable changes are reverted and a
      suffix like "~v2023" is used for versioning.
      
      Because this unsual workflow is a bit tricky, it's not possible
      to teach the dashboard about this suffix which makes it complaning
      for "Mismatch between OBS XXX~v2023 and Git XXX".
      
      Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
      e1bcd613
  20. Jan 30, 2024
  21. Jan 24, 2024
  22. Jan 23, 2024
  23. Dec 07, 2023
  24. Nov 27, 2023
  25. Nov 21, 2023
Loading