Skip to content
Snippets Groups Projects
  1. Apr 10, 2025
  2. Mar 20, 2025
  3. Mar 19, 2025
  4. Mar 14, 2025
  5. Feb 07, 2025
  6. Aug 12, 2024
  7. Aug 07, 2024
  8. Aug 06, 2024
  9. Aug 01, 2024
  10. Apr 12, 2024
    • Andrej Shadura's avatar
      aptly: Find and snapshot projects corresponding to updates and security · 4a57c828
      Andrej Shadura authored
      
      During the configuration format overhaul, this code was initially
      rewritten in a suboptimal way which involved snapshotting projects over
      and over multiple times with lots of error messages. Instead of
      deduplicating it and making it snapshot projects only once, this code
      was mistakenly dropped, which resulted in snapshot identifiers going out
      of sync between the main repository and updates/security.
      
      Instead of attempting to snapshot everything, just build a map of OBS
      projects corresponding to different repositories of the same distribution:
      
          v2024: apertis:v2024:target
          v2024-updates: apertis:v2024:updates:sdk
          v2024-security: apertis:v2024:security:development
      
      and then run the snapshotting project on the list of projects extracted
      from this map.
      
      The last component in the project name (target etc) is irrelevant here
      since the snapshotting code will snapshot all projects in the group at
      once anyway.
      
      Fixes: 7b57c3f7 ("aptly: Port internal functions and the hook to the new calling format")
      
      Signed-off-by: Andrej Shadura's avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
      4a57c828
  11. Mar 07, 2024
  12. Mar 04, 2024
  13. Mar 01, 2024
  14. Feb 29, 2024
  15. Feb 28, 2024
  16. Feb 25, 2024
  17. Feb 14, 2024
  18. Dec 21, 2023
  19. Nov 02, 2023
  20. Oct 06, 2023
  21. Oct 04, 2023
  22. Oct 03, 2023
  23. Aug 30, 2023
Loading