mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-12-27 19:31:51 +01:00
Update to Gluon v2019.1
This commit is contained in:
parent
dde5612c3f
commit
156b6714f4
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
GLUON_BUILD_DIR := gluon-build
|
GLUON_BUILD_DIR := gluon-build
|
||||||
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
||||||
GLUON_GIT_REF := v2018.1
|
GLUON_GIT_REF := v2019.1
|
||||||
|
|
||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
|
2
site.mk
2
site.mk
@ -209,6 +209,8 @@ DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d')
|
|||||||
# Allow overriding the release number from the command line
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|
||||||
|
GLUON_DEPRECATED ?= 1
|
||||||
|
|
||||||
GLUON_PRIORITY ?= 0
|
GLUON_PRIORITY ?= 0
|
||||||
|
|
||||||
# Languages to include
|
# Languages to include
|
||||||
|
Loading…
Reference in New Issue
Block a user