BigW Consortium Gitlab

  1. 10 Nov, 2015 1 commit
    • Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
  2. 02 Nov, 2015 1 commit
  3. 16 Oct, 2015 1 commit
  4. 06 Oct, 2015 1 commit
    • Use tar for intermediate backup storage · d3734fbd
      Jacob Vosmaer authored
      During the backup we create an intermediate copy of two directories:
      builds and uploads. Instead of creating many small files with 'cp
      -r', we now use tar (and fast gzip) to create single intermediate
      files. This saves on disk IO and disk space while creating a backup.
  5. 15 Sep, 2015 2 commits