Skip to content
Snippets Groups Projects
  1. Feb 15, 2020
  2. Feb 10, 2020
  3. Feb 09, 2020
  4. Dec 30, 2019
  5. Oct 19, 2019
    • Kevin Daudt's avatar
      Revert "gitlab-ci: remove git fetch before_script" · 29b127fe
      Kevin Daudt authored
      Decided it's better to do it in one place than repeating the logic on
      multiple places.
      
      This reverts commit fb5b97d0.
      29b127fe
    • Kevin Daudt's avatar
      gitlab-ci: remove git fetch before_script · fb5b97d0
      Kevin Daudt authored
      To know what aports are changed in a merge request, we need to know
      where the target branch is, so that we can use git diff against that
      branch.
      
      To test this, this was added in the CI jobs description in a global
      `before_script`, but this is now being handled by respective scripts
      themselves, so the before_script is now redundant.
      fb5b97d0
    • Kevin Daudt's avatar
      gitlab-ci: override git strategy / depth · 0e379524
      Kevin Daudt authored
      In order to properly calculate what aports have been changed, we need
      proper history being present. A shallow clone interferese with that.
      
      Instead of having to override these settings on each project (forks of
      aports), we can override these settings in the CI jobs description
      instead.
      0e379524
  6. Oct 14, 2019
  7. Oct 12, 2019
  8. Oct 02, 2019
    • Kevin Daudt's avatar
      gitlab-ci: upload built packages as artifacts · 4afc00ab
      Kevin Daudt authored
      gitlab allows us to define artifacts that will be uploaded to gitlab and
      available to download for some time.
      
      Specify that the built packages should be uploaded to gitlab, along with
      the public key.
      4afc00ab
  9. Sep 24, 2019
  10. Aug 15, 2019
    • Kevin Daudt's avatar
      aports: enable gitlab-ci linting · 4b74d832
      Kevin Daudt authored and Natanael Copa's avatar Natanael Copa committed
      This will enable the CI linting job for merge requests done on gitlab.
      The linting job will allow for failures, so linting failures will show
      up as worning, but won't prevent the rest of the CI pipeline to
      continue.
      4b74d832
Loading