Change distribution name from jessie to nightly

This commit is contained in:
TeoV
2019-08-06 15:26:14 +03:00
committed by Dan Christian Bogos
parent 3ed7bac651
commit 992d08cfa2

View File

@@ -1,4 +1,4 @@
DISTRIBUTION ?= jessie
DISTRIBUTION ?= nightly
GIT_COMMIT=$(shell git log -n1 --format=format:%h)
GIT_DATE=$(shell date +%Y%m%d%H%M%S --date="@$(shell git log -n1 --format=format:%ct)")