We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3c5b9 commit 45d6236Copy full SHA for 45d6236
Makefile
@@ -30,8 +30,8 @@ DEVPKGS=pycodestyle diff_cover autopep8 pylint coverage pydocstyle flake8 \
30
pytest pytest-xdist isort
31
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
32
python-flake8 python-mock shellcheck
33
-VERSION=1.0.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
34
- --max-count=1 --format=format:%cI`)
+VERSION=1.0.$(shell TZ=UTC git log --first-parent --max-count=1 \
+ --format=format:%cd --date=format-local:%Y%m%d%H%M%S)
35
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
36
UNAME_S=$(shell uname -s)
37
ifeq ($(UNAME_S),Linux)
0 commit comments