git ssb

0+

Monero Pub / gitian.sigs



Commit fc3806f5caaadcb60b6b02854ac165cdd4ebc01c

Merge pull request #39 from jonathancross/travis_status_image

Adding travis build status image & make instructions link more prominent.
Reproducibility Matters authored on 12/3/2019, 11:49:46 AM
GitHub committed on 12/3/2019, 11:49:46 AM
Parent: a4062edb68b9546c9612d3ef42694f77e0ff24ff
Parent: 24b8b5a305ed3158e9303cc0a9075789a2ac727c

Files changed

README.mdchanged
README.mdView
@@ -7,10 +7,12 @@
77 > 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.
88
99 ## How to contribute
1010
11+[<img alt="Build Status" src="https://travis-ci.org/monero-project/gitian.sigs.svg?branch=master">](https://travis-ci.org/monero-project/gitian.sigs)
12+
1113 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).
14+Please follow the **[gitian build instructions](https://github.com/monero-project/monero/blob/master/contrib/gitian/README.md)** to contribute your assertions.
1315
1416 ## Directory structure
1517
1618 Each release will have a directory in root, eg `v0.14.1.0-linux/`

Built with git-ssb-web