From ab8d07c04c6362cefc19015510820d874a1f51d8 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 8 Feb 2026 04:33:04 -0500 Subject: [PATCH] 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. --- .gitignore | 1 - make_post_sell/GIT_HASH | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 make_post_sell/GIT_HASH diff --git a/.gitignore b/.gitignore index d0b1c0b..40271c5 100644 --- a/.gitignore +++ b/.gitignore @@ -36,5 +36,4 @@ monero-wallet-cli.log monero-wallet-rpc.log monero-wallet-rpc.log* -GIT_HASH diff --git a/make_post_sell/GIT_HASH b/make_post_sell/GIT_HASH new file mode 100644 index 0000000..27c6057 --- /dev/null +++ b/make_post_sell/GIT_HASH @@ -0,0 +1 @@ +1b704f5 \ No newline at end of file