Skip to content
Snippets Groups Projects
Unverified Commit 0065e977 authored by Ruben Barkow-Kuder's avatar Ruben Barkow-Kuder
Browse files

v2020.2.3

parent 769de7ae
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ https://gluon.readthedocs.org/en/latest/
Gluon Version auf der die Freifunk Nord Firmware basiert:
* 2020.2.2 - Gluon v2020.2.x
* 2020.2.3 - Gluon v2020.2.x
# Download der Firmware
......
......@@ -15,7 +15,7 @@ set -u
set -e
# if version is unset, will use the default version from site.mk
VERSION=${3:-"2020.2.2~exp$(date '+%y%m%d%H%M')"}
VERSION=${3:-"2020.2.3~exp$(date '+%y%m%d%H%M')"}
# branch must be set to either rc, nightly or stable
BRANCH=${2:-"stable"}
# must point to valid ecdsa signing key created by ecdsakeygen, relative to Gluon base directory
......
2020.2.2-BUILD
2020.2.3-BUILD
......@@ -3,7 +3,7 @@
# Always call `make` from the command line with the desired release version!
# otherwise this is generated:
#DEFAULT_GLUON_RELEASE := 2020.2.1
DEFAULT_GLUON_RELEASE := 2020.2.2~exp$(shell date '+%y%m%d')
DEFAULT_GLUON_RELEASE := 2020.2.3~exp$(shell date '+%y%m%d')
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment