This website works better with JavaScript.
Explore
Help
Register
Sign In
kvazar
/
kevacoin
mirror of
https://github.com/kvazar-network/kevacoin.git
Watch
1
Star
0
Fork
You've already forked kevacoin
0
Code
Issues
Projects
Releases
Wiki
Activity
Kevacoin source tree
4909
Commits
29
Branches
232
Tags
129 MiB
Tree:
bd70562f66
kevacoin
/
.gitattributes
2 lines
29 B
Raw
Normal View
History
Unescape
Escape
Build identification strings All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
13 years ago
src/version.cpp export-subst