Skip to content
Snippets Groups Projects
  1. Oct 12, 2019
  2. Sep 16, 2019
  3. Sep 15, 2019
    • nrbffs's avatar
      CI: build manifest for all update channels · 4e2ad4eb
      nrbffs authored
      Build the manifest for stable, beta and nightly in the package step.
      This avoids the need of a rebuild to publish the firmware on a
      different channel.
      4e2ad4eb
    • nrbffs's avatar
      CI: always build with GLUON_BRANCH=stable · eddf7dbc
      nrbffs authored
      Just always default to the stable autoupdater branch. Just because
      someone uses a nightly or beta image doesn't necessarily mean we
      should also push them to that update channel.  If a user wants to
      change, they can still do so in config mode.
      eddf7dbc
  4. Aug 16, 2019
  5. Aug 15, 2019
  6. Jun 10, 2019
  7. May 13, 2019
  8. 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
    • 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
  9. Apr 22, 2019
  10. Apr 14, 2019
  11. Apr 13, 2019
Loading