Merge pull request #2417 from dnephin/inlude_git_sha_in_version

Add the git sha to version output
This commit is contained in:
Daniel Nephin 2015-11-20 11:39:38 -05:00
commit 8bc84c74e7
13 changed files with 67 additions and 18 deletions

View file

@ -9,6 +9,7 @@ mkdir -p `pwd`/dist
chmod 777 `pwd`/dist
$VENV/bin/pip install -q -r requirements-build.txt
./script/write-git-sha
su -c "$VENV/bin/pyinstaller docker-compose.spec" user
mv dist/docker-compose $TARGET
$TARGET version