diff options
author | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-02 17:55:47 +0100 |
---|---|---|
committer | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-02 17:55:47 +0100 |
commit | 8c59b2dc4c96f03ea45958699c541510908c95b4 (patch) | |
tree | ac917ec56648f4ce18c083442706ca15a8d6c741 | |
parent | 57bdffc245e46259fd8d9d371a532465f59a363b (diff) |
Builds that start in one our and finish in another, have an empty manifest.
-rw-r--r-- | site.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ GLUON_SITE_PACKAGES += \ # Always call `make` from the command line with the desired release version! # otherwise this is generated: #DEFAULT_GLUON_RELEASE := 2017.1.4 -DEFAULT_GLUON_RELEASE := 2017.1.4~ngly$(shell date '+%y%m%d%H') +DEFAULT_GLUON_RELEASE := 2017.1.4~ngly$(shell date '+%y%m%d') # Allow overriding the release number from the command line |