-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Add gitian build descriptor so that bitcoin can be built deterministically #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Does this really need its own, single-file directory? |
I'm thinking there should be a standard directory structure, similar to the debian packaging conventions, that would make it easy and predictable to build a package given its source tree. Since bitcoin is the first project that is interested in adding this to the source tree, you are free to set the standard by choosing where to put it. |
From bitcoin's perspective, we don't want to end up with 10 files for 10 different systems (gitian, debian, fedora, ...) each in their own directory. Having bitcoin/contrib/gitian.yml seems preferable to bitcoin/gitian/just_this_one_file.yml. |
Sounds good to me. |
updated pull looks OK to me, but I'd like to poll gavin's opinion on contrib/ top-level dir as a place to throw things like this |
pulled |
8881212 Make tests and bench just use asm directly instead of library (Pieter Wuille)
…nding Rebranding of "Bitcoin Core" to "Omni Core"
Add commandline flag to set genesis block script destination
re-enable the preferrential thinblock timer
Split up BMM & SCDB hashMerkleRoot commitments
Clear selected coins vector (issue 54)
timestamps
Merge pull request bitcoin#55 from vericoin/master
Use largest finite value for MAX_MONEY
More grammar, spelling, syntax changes
Ref https://github.com/devrandom/gitian-builder .