Skip to content
Snippets Groups Projects
Unverified Commit 880d7ac9 authored by Flip's avatar Flip Committed by GitHub
Browse files

Merge pull request #29 from freifunk-stuttgart/feature/specify-build-date

Option to override build date
parents aa9780b8 814799cd
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,11 @@ GLUON_SITE_PACKAGES += \
kmod-igb
endif
DEFAULT_GLUON_RELEASE := 1.4+$(shell date '+%Y-%m-%d')-g.$(shell git -C $(GLUON_SITEDIR)/../ log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1)
DEFAULT_BUILD_DATE := $(shell date '+%Y-%m-%d')
BUILD_DATE ?= $(DEFAULT_BUILD_DATE)
DEFAULT_GLUON_RELEASE := 1.4+$(BUILD_DATE)-g.$(shell git -C $(GLUON_SITEDIR)/../ log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUON_SITEDIR) log --pretty=format:'%h' -n 1)
GLUON_LANGS := de en
......
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