Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Change-Id: I3f24280ee0cc745a512e8879990f2dfa86d0feda
osm-im:
$(shell git clone https://osm.etsi.org/gerrit/osm/IM)
+ git -C IM checkout $(BRANCH)
make -C IM clean all
package: prepare
#!/bin/sh
-make clean all BRANCH=master
+make clean all BRANCH=v4.0
#make install && \
#make test
]
setup(name=_name,
- version_command=('git describe', 'pep440-git'),
+ version_command=('git describe --match v* --tags --long --dirty', 'pep440-git-full'),
description = _description,
long_description = open('README.rst').read(),
author = _author,