3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-02 07:32:35 +02:00

imgfilename

This commit is contained in:
Bastian 2015-03-05 10:58:51 +01:00
parent 9dac1c0b7c
commit ac50181731

View File

@ -9,7 +9,7 @@ ifneq (,${_GIT_DESCRIBE})
GLUON_RELEASE := ${_GIT_DESCRIBE} GLUON_RELEASE := ${_GIT_DESCRIBE}
GLUON_BRANCH := stable GLUON_BRANCH := stable
else else
GLUON_RELEASE ?= snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always) GLUON_RELEASE ?= ffrgb-snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always)
GLUON_BRANCH := experimental GLUON_BRANCH := experimental
endif endif