Convert site config to Lua, move variable parts (release number) to site.mk
This commit is contained in:
parent
4f1edbbdf1
commit
43ec5c7a6d
2 changed files with 102 additions and 98 deletions
6
site.mk
6
site.mk
|
@ -15,3 +15,9 @@ GLUON_SITE_PACKAGES := \
|
|||
iwinfo \
|
||||
iptables \
|
||||
haveged
|
||||
|
||||
|
||||
DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
|
||||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue