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

v2020.1.2

parent ade45db9
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.1 - Gluon v2020.1.x
* 2020.1.2 - Gluon v2020.1.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.1~exp$(date '+%y%m%d%H%M')"}
VERSION=${3:-"2020.1.2~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.1-BUILD
2020.1.2-BUILD
......@@ -2,8 +2,8 @@
# Always call `make` from the command line with the desired release version!
# otherwise this is generated:
#DEFAULT_GLUON_RELEASE := 2018.2.1
DEFAULT_GLUON_RELEASE := 2020.1~exp$(shell date '+%y%m%d')
#DEFAULT_GLUON_RELEASE := 2020.2.1
DEFAULT_GLUON_RELEASE := 2020.1.2~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