Update für Gluon v2018.1.1

This commit is contained in:
Daniel Frank 2018-08-28 21:41:53 +02:00
parent 2bd0396c03
commit dc5cc9eb69
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,8 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
- v2018.1.0.0: site-ffhh: v2018.1.0.0, gluon: v2018.1
- v2018.1.1.0: site-ffhh: v2018.1.1.0, gluon: v2018.1.1
- v2018.1.0.0: site-ffhh: v2018.1.0.0, gluon: v2018.1 (never rolled out due to issues with the auto updater in gluon)
- 0.9.2: site-ffhh: v0.9.2, gluon: v2017.1.8
- 0.9.1: site-ffhh: v0.9.1, gluon: v2017.1.5
- 0.9.0: site-ffhh: 60f30382209ffc050baa82be9bad3622a1d88d5b, gluon: v2017.1.x (9295abcea7b016b0fe4b05c534ea0731b48ef593) (never rolled out due to 0.9.1)

View file

@ -1,7 +1,7 @@
<%
gluon_branch = "stable"
#gluon_branch = "experimental"
gluon_release = "v2018.1.0.0"
gluon_release = "v2018.1.1.0"
# Add the +exp and current date if this is an experimental release
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"