commit | 1df4e7130585be99780bb99c6095f7ddc3896392 | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Fri Jun 07 17:08:26 2019 -0400 |
committer | William Kurkian <wkurkian@cisco.com> | Fri Jun 07 17:08:26 2019 -0400 |
tree | ff4cc1c47c62c3bec1cb1df50b301d7156a4ed33 | |
parent | 4b0dab2699ecc30ef043b4113e6a754e5c4342e7 [diff] |
VOL-1688 Fixing subtle error where multiple dist versions can exist if the version file is updated without a make clean. This can cause the wrong version to be loaded in local builds Change-Id: I18ee71fa6875aae70ace6c9861926c4b3b43644b
diff --git a/Makefile b/Makefile index a0f1ad6..45690aa 100644 --- a/Makefile +++ b/Makefile
@@ -77,6 +77,7 @@ $< python-build: setup.py python-protos + rm -r dist/ python ./setup.py sdist python-test: tox.ini setup.py python-protos