Skip to content
Snippets Groups Projects
  1. Jan 25, 2021
  2. Dec 10, 2020
  3. Dec 07, 2020
  4. Dec 04, 2020
  5. Dec 01, 2020
  6. Nov 13, 2020
  7. Oct 15, 2020
    • Emanuele Aina's avatar
      gitlab-ci: Preserve images built from the same commit · f20f168f
      Emanuele Aina authored
      
      Untagged images are cleaned immediately from the GitLab container
      registry, so to preserve them for reproducibility purposes we tag every
      build with an unique name and have set a cleanup policy to drop these
      tags (currently once a week).
      
      Unfortunately the unique ID I choose is not much unique: I reused code
      from another project that only builds images when new commits are
      pushed, so I used the `$CI_COMMIT_SHA` value which is far from unique
      when multiple images are built for the same commit due to the regularly
      scheduled daily builds.
      
      Using the `$CI_PIPELINE_ID` should provide an actual unique ID and let
      people retrieve the originating pipeline more easily.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      f20f168f
  8. Oct 02, 2020
  9. Sep 22, 2020
  10. Sep 17, 2020
    • Ritesh Raj Sarraf's avatar
    • Sjoerd Simons's avatar
      Use upstream debos container for the base rootfs · 0952bead
      Sjoerd Simons authored
      
      Using the docker container for the *current* apertis release to build
      the base rootfs for all docker images leads to a bootstrapping issue. So
      that should be avoided.
      
      The options for that are:
      * Use a docker image from a previous Apertis release
      * Use a non-apertis image
      
      Using a docker image from Apertis (e.g. previous stable) is workable but
      just pushes the bootstrapping issue down the line. So not really that
      helpful (at some point you'll reach a stable release that's not longer
      supported and might be dropped).
      
      So avoiding Apertis in the bootstrapping chain seems recommendable. For
      that simply pick the upstream debos images so we can keep using debos;
      That still requires a kvm based worker, but so would previous stable
      apertis releases at this point.
      
      Signed-off-by: default avatarSjoerd Simons <sjoerd@collabora.com>
      0952bead
  11. Sep 16, 2020
  12. Sep 10, 2020
  13. Sep 09, 2020
  14. Sep 08, 2020
  15. Sep 07, 2020
  16. Aug 19, 2020
  17. Jul 29, 2020
    • Emanuele Aina's avatar
      ci-license-scan: A control char is gibberish enough · 0c2ab442
      Emanuele Aina authored
      
      Assume that any string containing a control character is gibberish.
      
      Rely on the `unicodedata` module to know which character is a control
      character and what is not.
      
      This addresses some bad interactions with control characters ending up
      in the diff output, like u+0098 aka Start-Of-String (SOS) preventing the
      output to be displayed on terminal emulators like xterm.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      0c2ab442
  18. Jul 28, 2020
  19. Jul 27, 2020
  20. Jul 16, 2020
Loading