gnuism again

This commit is contained in:
Manuel Barkhau 2019-07-23 20:35:59 +02:00
parent 1dd882b9a0
commit 5cae671fae

View file

@ -77,7 +77,7 @@ DOCKER_BASE_IMAGE := registry.gitlab.com/mbarkhau/pycalver/base
GIT_HEAD_REV = $(shell git rev-parse --short HEAD) GIT_HEAD_REV = $(shell git rev-parse --short HEAD)
DOCKER_IMAGE_VERSION = $(shell date -u +'%Y%m%dt%H%M%S')_$(GIT_HEAD_REV) DOCKER_IMAGE_VERSION = $(shell date -u +'%Y%m%dt%H%M%S')_$(GIT_HEAD_REV)
MAX_LINE_LEN = $(shell grep 'max-line-length' setup.cfg | sed 's/[^0-9]\+//') MAX_LINE_LEN = $(shell grep 'max-line-length' setup.cfg | sed 's/[^0-9]{1,}//')
build/envs.txt: requirements/conda.txt build/envs.txt: requirements/conda.txt