Skip to content
Snippets Groups Projects
  1. Aug 02, 2019
  2. Jun 24, 2019
  3. Jun 11, 2019
  4. Jun 10, 2019
  5. Jun 09, 2019
  6. May 18, 2019
  7. May 13, 2019
  8. Apr 27, 2019
  9. 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
  10. Apr 22, 2019
  11. Apr 14, 2019
  12. Apr 13, 2019
  13. Mar 09, 2019
  14. Jan 28, 2019
  15. Jan 15, 2019
  16. Jan 06, 2019
  17. Dec 10, 2018
  18. Jul 09, 2018
    • Leonard Penzer's avatar
      Updated gluon version to v2018.1 · ab3a9875
      Leonard Penzer authored
      ab3a9875
    • Leonard Penzer's avatar
      Raised version to 1.5 · 512b64be
      Leonard Penzer authored
      Citing the gluon v2018.1 release notes:
          This version changes the flash partition layout on some devices (TP-Link
          CPE/WBS 210/510). To avoid upgrade failures, make sure to upgrade to
          Gluon 2017.1.8 or the latest Gluon 2016.2.x (unreleased) before
          installing Gluon 2018.1.
      
      So we need a yet unreleased ffs-1.4 version and have to bump the version
      to 1.5 fot a release with gluon v2018.1.
      512b64be
    • Leonard Penzer's avatar
      Preparation for gluon v2018.1; Set vxlan to false · a21d3bdf
      Leonard Penzer authored
      In non multi domain setups, vxlan is mandatory.
      
      Release notes cites:
      --- snip ---
      In single domain setups, the new mesh.vxlan option is mandatory. It
      should be set to true in new meshes; existing setups should set it to
      false to retain compatibility with older versions of Gluon.
      --- snap ---
      
      It seems that we do have to wait until all Nodes are upgraded to
      v2018.1, so we set it to false by now.
      a21d3bdf
  19. Jun 24, 2018
Loading