This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
komodo
mirror of
https://github.com/lukechilds/komodo.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5585
Commits
25
Branches
15
Tags
115 MiB
Tree:
494cbf8350
1.0.8
PoS
acspeed
assetchain-conf
auto
beta
cleanwallettransactions
dPoW
darwin
dev
fix-ccl-params
kolo
kolo-dev
master
patch-1
patch-2
patch-3
patch-4
patch-5
patch-6
patch-7
rebase
revert-4-patch-2
try
windows
osx-1.0.8
v0.11.2.z0
v0.11.2.z1
v0.11.2.z2
v0.11.2.z3
v0.11.2.z4
v0.11.2.z5
v0.11.2.z6
v0.11.2.z7
v0.11.2.z8
v0.11.2.z9
v1.0.0-beta1
v1.0.8-osx
v1.0.8-win
win-1.0.8
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '494cbf8350'
${ noResults }
komodo
/
.gitattributes
2 lines
29 B
Raw
Normal View
History
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