forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gitian version string issue by reverting the GIT_DIR backport commit
We partially revert 8dbd2ed by removing all instances of setting `GIT_DIR` in the gitian descriptors. Currently, gitian builds cause zcash to have version strings which look like `Zcash Daemon version v5.3.0-35186b009-dirty`, which is inaccurate. Setting `GIT_DIR` with a current working directory of `/home/debian/build/zcash/distsrc-x86_64-linux-gnu` makes the git invocations in `genbuild.sh` see that directory as the top of the working tree, which causes git to believe that a bunch of tracked files were deleted (namely, those not included by the `make dist` step). This causes `genbuild.sh` to believe that it is working with a dirty tree, and with the help of `src/clientversion.cpp`, zcash gets a version string that includes a hash ending in `-dirty`.
- Loading branch information
Showing
4 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters