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
- Host: GitHub
- URL: https://github.com/devrandom/bdb-release
- Owner: devrandom
- Created: 2011-07-04T22:08:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-04T22:23:53.000Z (almost 14 years ago)
- Last Synced: 2025-01-31T22:07:01.941Z (5 months ago)
- Homepage: https://gitian.org/
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 resultThis 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)