An open API service indexing awesome lists of open source software.

https://github.com/devrandom/bdb-release

BDB built with the gitian process
https://github.com/devrandom/bdb-release

Last synced: 3 months ago
JSON representation

BDB built with the gitian process

Awesome Lists containing this project

README

        

# Bitcoin Releases

This directory contains bitcoin Gitian build results, signed by multiple people.

The layout of this directory is:

/
/
bdb-build.assert - the result file produced by the signer's build process
bdb-build.assert.sig - the signer's signature certifying the result

This directory is created by the Gitian `gsign` command, after a successful `gbuild`. It can be verified with `gverify`.

The source is db4.7\_4.7.25.orig.tar.gz obtained with `apt-get source db4.7` on Ubuntu Natty.

Normally, all output manifests in the result files should be identical between different signers.

See also:

* [Gitian builder](https://github.com/devrandom/gitian-builder)