HomePhabricator

Build identification strings
a20c0d0f6792Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Apr 7 2012, 00:06
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING138d08c5315c: Merge pull request #987 from luke-jr/ipc_name_fix
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rSTAGINGa20c0d0f6792: Build identification strings (authored by Pieter Wuille <pieter.wuille@gmail.com>).Apr 10 2012, 16:16