Skip to content
Snippets Groups Projects
  1. Sep 15, 2019
  2. Sep 12, 2019
  3. Aug 17, 2019
  4. Aug 16, 2019
  5. Aug 15, 2019
  6. Aug 02, 2019
  7. Jun 24, 2019
  8. Jun 11, 2019
  9. Jun 10, 2019
  10. Jun 09, 2019
  11. May 18, 2019
  12. May 13, 2019
  13. Apr 27, 2019
  14. Apr 26, 2019
    • nrbffs's avatar
      CI: add cache for builds · 26cadfd1
      nrbffs authored
      Build cache is kept per build target. Each tag also has a seperate build
      cache, so tagged builds are always built from scratch.
      26cadfd1
    • Nico's avatar
      Merge branch 'nrbffs/ci-set-branch' into 'master' · 3582bbf0
      Nico authored
      CI: set GLUON_BRANCH depending on build type
      
      See merge request freifunk-region/stuttgart/site!3
      3582bbf0
    • nrbffs's avatar
      CI: set GLUON_BRANCH depending on build type · 54e9c0b9
      nrbffs authored
      Introduce the following build type:
      | Build Type | When   |
      |------------|--------|
      | stable     | commit tag starts with "stable/" |
      | beta       | commit tag starts with "beta/" |
      | nightly    | trigger is a scheduled job |
      | commit     | else |
      
      Depending on the build type, set the GLUON_BRANCH accordingly:
      
      | Build Type | GLUON_BRANCH  |
      |------------|---------------|
      | commit     | (unset)       |
      | nightly    | nightly       |
      | beta       | beta          |
      | stable     | stable        |
      54e9c0b9
  15. Apr 22, 2019
  16. Apr 14, 2019
  17. Apr 13, 2019
  18. Mar 09, 2019
  19. Jan 28, 2019
  20. Jan 15, 2019
Loading