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:
russell@unturf.com 2026-02-08 04:33:04 -05:00
parent 1b704f545f
commit ab8d07c04c
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -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
View file

@ -0,0 +1 @@
1b704f5