Skip to content
Snippets Groups Projects
Commit 77cbf954 authored by rubo77's avatar rubo77
Browse files

2016.2.1 Release Candidate

parent 32ba03bd
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
## properly configured in this script.
# if version is unset, will use the default experimental version from site.mk
VERSION=${3:-"2016.2.1~exp$(date '+%y%m%d%H%M')"}
VERSION=${3:-"2016.2.1"}
# 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
......@@ -101,5 +101,4 @@ then
fi
cd site
date >> build.log
mv -v ../output/images "../output/$VERSION"
echo "Done :)"
......@@ -40,7 +40,7 @@ GLUON_SITE_PACKAGES += \
# Always call `make` from the command line with the desired release version!
# otherwise this is generated:
DEFAULT_GLUON_RELEASE := 2016.2~exp$(shell date '+%y%m%d%H%M')
DEFAULT_GLUON_RELEASE := 2016.2.1
# 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