|
@@ -3,6 +3,8 @@ GLUON_SITE_PACKAGES := \
|
|
gluon-alfred \
|
|
gluon-alfred \
|
|
gluon-announced \
|
|
gluon-announced \
|
|
gluon-autoupdater \
|
|
gluon-autoupdater \
|
|
|
|
+ gluon-setup-mode \
|
|
|
|
+ gluon-config-mode-core \
|
|
gluon-config-mode-hostname \
|
|
gluon-config-mode-hostname \
|
|
gluon-config-mode-autoupdater \
|
|
gluon-config-mode-autoupdater \
|
|
gluon-config-mode-mesh-vpn \
|
|
gluon-config-mode-mesh-vpn \
|
|
@@ -23,9 +25,11 @@ GLUON_SITE_PACKAGES := \
|
|
haveged
|
|
haveged
|
|
|
|
|
|
|
|
|
|
-DEFAULT_GLUON_RELEASE := 0.6.1
|
|
|
|
|
|
+DEFAULT_GLUON_RELEASE := 0.7+exp$(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_PRIORITY ?= 0
|
|
GLUON_PRIORITY ?= 0
|
|
|
|
+
|
|
|
|
+GLUON_LANGS := en de
|