forked from ungleich-public/cdist
keep version generating in build-helper, so people cloning from git don't need make
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
9195c9b8e8
commit
0cf0cdd0c3
3 changed files with 15 additions and 3 deletions
|
|
@ -299,6 +299,9 @@ eof
|
|||
python3 -m unittest "$@"
|
||||
fi
|
||||
;;
|
||||
version)
|
||||
git describe > cdist/version.py
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unknown target $@ - aborting"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue