git ssb

0+

Monero Pub / gitian.sigs



Commit 0382b95341518c385b2315727c6f0278f551ee3c

gitian.sigs : Add basic information to README explaining repo.

Jonathan Cross committed on 7/16/2019, 7:59:50 PM
Parent: 5936ec0e36a53dd8c2aba997f54024df223787da

Files changed

README.mdchanged
README.mdView
@@ -1,1 +1,24 @@
1-# gitian.sigs
1+# Gitian assertions and signatures
2+
3+This repo contains files asserting that various contributers have built Monero using a consistent process (reproducible builds with Gitian) and cryptographically signed the results of those builds.
4+
5+From [gitian.org](https://gitian.org/):
6+
7+> Gitian uses a deterministic build process to allow multiple builders to create identical binaries. This allows multiple parties to sign the resulting binaries, guaranteeing that the binaries and tool chain were not tampered with and that the same source was used. It removes the build and distribution process as a single point of failure.
8+
9+## How to contribute
10+
11+We need more contributors to build Monero and confirm the Gitian results.
12+Please follow the gitian build instructions [here](https://github.com/monero-project/monero/blob/master/contrib/gitian/README.md).
13+
14+## Directory structure
15+
16+Each release will have a directory in root, eg `v0.14.1.0-linux/`
17+Developers submitting their own gitian results will create a subdirectory matching their GitHub user name. Inside that directory, `assert` files from gitian and gpg signature files on those will be submitted.
18+
19+Example for release `v0.14.1.0`:
20+
21+```
22+v0.14.1.0-linux/${GH_USERNAME}/monero-linux-v0.14.1.0-build.assert
23+v0.14.1.0-linux/${GH_USERNAME}/monero-linux-v0.14.1.0-build.assert.sig
24+```

Built with git-ssb-web