Skip to content
Snippets Groups Projects
Select Git revision
  • experimental protected
  • v3.3 default protected
  • nrb/airmax-test
  • nrb/ro-flash-nanostation-airmax
  • nrb/add-node-whisperer
  • v3.2 protected
  • v3.1 protected
  • nrb-domains
  • v3.0 protected
  • nrb/dns-cache
  • v2.9 protected
  • feature/addMikrotikwAP
  • v2.8 protected
  • v2.5.1 protected
  • v2.7 protected
  • v2.6 protected
  • v2.5 protected
  • v2.4 protected
  • cpe510
  • nrb/gluon-master-cpe510
  • v3.2.1+2024-12-15
  • v3.2+2024-12-04
  • v3.1+2024-07-08
  • v2.9+2023-05-13
  • v2.9+2023-05-12
  • v2.9+2023-05-10
  • v2.8+2023-03-05
  • v2.7+2022-12-03
  • v2.6+2022-09-06
  • v2.5+2022-05-07
  • v2.5+2022-05-05
  • v2.4+2022-02-26
  • v2.3+2021-06-03
  • v2.3+2021-04-30
  • v2.2+2021-04-16
  • v2.2+2020-04-16
  • v2.1+2020-12-11
  • v2.1+2020-11-17
  • v2.0+2020-09-26
  • v2.0+2020-06-28
40 results

get-gluon-branch.sh

  • nrbffs's avatar
    54e9c0b9
    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
    History
    CI: set GLUON_BRANCH depending on build type
    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        |