Skip to content
Snippets Groups Projects
  1. Sep 09, 2024
  2. Sep 02, 2024
  3. Aug 20, 2024
  4. Aug 19, 2024
  5. Jul 30, 2024
  6. Jul 18, 2024
  7. Jul 17, 2024
  8. Jul 16, 2024
  9. Jul 12, 2024
  10. Jul 11, 2024
  11. Jul 10, 2024
  12. Jul 04, 2024
  13. Jul 01, 2024
  14. Jun 28, 2024
  15. Jun 17, 2024
  16. May 27, 2024
  17. 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
Loading