Track GIT_HASH in repo so deploy always has it
Production installs from git clone without .git, so the setup.py approach can't resolve the hash. Committing the file ensures it's always present in the package.
This commit is contained in:
parent
1b704f545f
commit
ab8d07c04c
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -36,5 +36,4 @@ monero-wallet-cli.log
|
|||
monero-wallet-rpc.log
|
||||
monero-wallet-rpc.log*
|
||||
|
||||
GIT_HASH
|
||||
|
||||
|
|
|
|||
1
make_post_sell/GIT_HASH
Normal file
1
make_post_sell/GIT_HASH
Normal file
|
|
@ -0,0 +1 @@
|
|||
1b704f5
|
||||
Loading…
Add table
Add a link
Reference in a new issue