Skip to content
Snippets Groups Projects
  1. Aug 04, 2023
    • Emanuele Aina's avatar
      gitlab-ci: Extend filtering by package to all retrieval jobs · a27543ba
      Emanuele Aina authored
      
      Currently `FILTER` only works for GitLab projects, the OBS and APT jobs
      always retrieve everything, which is particularly costly for OBS as it
      scans the content of each package.
      
      Drop the `FILTER` variable and replace it with a `PROJECTS_NAMESPACE`
      variable for GitLab and a `FILTER_PACKAGES` variable to be used by
      all jobs to narrow the amount of data retrieved, which is often very
      useful for testing.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      a27543ba
  2. Jul 24, 2023
  3. Jul 23, 2023
  4. Jul 22, 2023
  5. Jul 06, 2023
  6. Jun 22, 2023
  7. Jun 12, 2023
  8. May 31, 2023
  9. Feb 16, 2023
  10. Feb 02, 2023
    • Vignesh Raman's avatar
      Fix source and binary mismatch errors with aptly publisher · 0fa5ea73
      Vignesh Raman authored
      
      In the case of releases which use reprepro publisher, there was only
      one published version of a package.  This assumption is no longer holds
      with the aptly publisher and it can have multiple versions of the
      package in the repository and it is as per design. aptly doesn't
      remove older versions of a package when a new version is uploaded.
      Due to this we see errors like Mismatch between APT source and binary.
      
      If there are multiple versions of a binary, check if there is a
      correspondent source for them, and report error if not.
      
      Signed-off-by: default avatarVignesh Raman <vignesh.raman@collabora.com>
      0fa5ea73
  11. Jan 19, 2023
  12. Jan 13, 2023
  13. Jan 12, 2023
  14. Jan 11, 2023
  15. Jan 05, 2023
  16. Jan 04, 2023
  17. Dec 21, 2022
  18. Dec 16, 2022
  19. Dec 09, 2022
  20. Dec 08, 2022
  21. Dec 05, 2022
  22. Nov 29, 2022
Loading