Skip to content
Snippets Groups Projects
Commit 5cb8c40f authored by rubo77's avatar rubo77
Browse files

Version auf 2016.2.1 hochgezählt und BROKEN als default rausgenommen

parent 60330a5d
No related branches found
No related tags found
No related merge requests found
......@@ -10,21 +10,21 @@
## properly configured in this script.
# if version is unset, will use the default experimental version from site.mk
VERSION=${3:-"2016.2~exp$(date '+%y%m%d%H%M')"}
VERSION=${3:-"2016.2.1~exp$(date '+%y%m%d%H%M')"}
# 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
SIGNING_KEY=${1:-"../ecdsa-key-secret"}
#BROKEN must be set to "" or "BROKEN=1"
BROKEN="BROKEN=1"
BROKEN=""
cd ..
if [ ! -d "site" ]; then
echo "This script must be called from within the site directory"
return
exit
fi
if [ "$(whoami)" == "root" ]; then
if [ "$(whoami)" == "root" ]; then
echo "Make may not be run as root"
return
fi
......
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