Merge pull request #2417 from dnephin/inlude_git_sha_in_version
Add the git sha to version output
This commit is contained in:
commit
8bc84c74e7
13 changed files with 67 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue