10 lines
328 B
Makefile
Executable File
10 lines
328 B
Makefile
Executable File
# Allow overriding the these variables from the command line
|
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
|
GLUON_AUTOUPDATER_BRANCH ?= stable
|
|
GLUON_AUTOUPDATER_ENABLED ?= 1
|
|
GLUON_PRIORITY ?= 0
|
|
GLUON_DEPRECATED ?= upgrade
|
|
GLUON_LANGS ?= en de
|
|
GLUON_REGION ?= eu
|
|
GLUON_MULTIDOMAIN=1
|