Skip to content
Snippets Groups Projects
Commit 97af630d authored by rubo77's avatar rubo77
Browse files

version auf 2017.1.7 hochgezählt

parent be067738
No related branches found
No related tags found
No related merge requests found
TODO: Changelog bis 2017.1.5
TODO: Changelog bis 2017.1.7
Änderungen mit Firmwareversion 2016.2.4 basierend auf Gluon 2016.2.4
================================================================
......
......@@ -15,8 +15,8 @@ set -u
set -e
# if version is unset, will use the default experimental version from site.mk
#VERSION=${3:-"2017.1.5~exp$(date '+%y%m%d%H%M')"}
VERSION=${3:-"2017.1.5~exp"}
#VERSION=${3:-"2017.1.7~exp$(date '+%y%m%d%H%M')"}
VERSION=${3:-"2017.1.7~exp"}
# branch must be set to either experimental, beta or stable
BRANCH=${2:-"stable"}
# must point to valid ecdsa signing key created by ecdsakeygen, relative to Gluon base directory
......
......@@ -51,8 +51,8 @@ GLUON_SITE_PACKAGES += \
# Always call `make` from the command line with the desired release version!
# otherwise this is generated:
#DEFAULT_GLUON_RELEASE := 2017.1.5~exp$(shell date '+%y%m%d')
DEFAULT_GLUON_RELEASE := 2017.1.5
#DEFAULT_GLUON_RELEASE := 2017.1.7~exp$(shell date '+%y%m%d')
DEFAULT_GLUON_RELEASE := 2017.1.7
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
......
#!/bin/bash
# validate_site.sh checks if the site.conf is valid json
GLUON_BRANCH='v2017.1.5'
GLUON_BRANCH='v2017.1.x'
P=$(pwd)
echo "####### validating $P/site.conf ..."
......
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