File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py) setup.py
29
29
DEVPKGS =pep8 diff_cover autopep8 pylint coverage pydocstyle flake8 pytest isort mock
30
30
DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
31
31
python-flake8 python-mock shellcheck
32
- VERSION =1.0.$(shell date +% Y% m% d% H% M% S --date=`git log --first-parent \
32
+ VERSION =1.0.$(shell date +% Y% m% d% H% M% S --utc -- date=`git log --first-parent \
33
33
--max-count=1 --format=format:% cI`)
34
34
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
35
35
@@ -190,4 +190,3 @@ FORCE:
190
190
# Example `make print-VERSION`
191
191
# From https://www.cmcrossroads.com/article/printing-value-makefile-variable
192
192
print-% : ; @echo $* = $($* )
193
-
You can’t perform that action at this time.
0 commit comments