diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-05-15 16:10:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-05-15 16:10:41 +0200 |
commit | e8487fa46b8a5a7b9b3f0322348168f19ea3a42a (patch) | |
tree | 715eb8ae1558c3018a35a8dbede2b3e4ebaf8ffa /contrib/gitian/README.md | |
parent | Merge pull request #5535 (diff) | |
parent | Changed odd bullet point to low level header (diff) | |
download | monero-e8487fa46b8a5a7b9b3f0322348168f19ea3a42a.tar.xz |
Merge pull request #5539
3f612cda Changed odd bullet point to low level header (Rohaq)
af9bc4ec Used subeaders to avoid slightly wonky looking formatting (Rohaq)
1873af35 Made code block usage consistent across all .md files (Rohaq)
68103075 Updated Copyright notice (Rohaq)
39bd157f Added Table of Contents to main README.md (Rohaq)
Diffstat (limited to '')
-rw-r--r-- | contrib/gitian/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index b869bde87..1efc87e0a 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -119,7 +119,7 @@ In order to sign gitian builds on your host machine, which has your PGP key, fork the gitian.sigs repository and clone it on your host machine, or pass the signed assert file back to your build machine. -``` +```bash git clone git@github.com:monero-project/gitian.sigs.git git remote add fluffypony git@github.com:fluffypony/gitian.sigs.git ``` @@ -156,9 +156,9 @@ git push --set-upstream $NAME v0.14.0 ``` ```bash - gpg --detach-sign ${VERSION}-linux/${SIGNER}/monero-linux-*-build.assert - gpg --detach-sign ${VERSION}-win-unsigned/${SIGNER}/monero-win-*-build.assert - gpg --detach-sign ${VERSION}-osx-unsigned/${SIGNER}/monero-osx-*-build.assert +gpg --detach-sign ${VERSION}-linux/${SIGNER}/monero-linux-*-build.assert +gpg --detach-sign ${VERSION}-win-unsigned/${SIGNER}/monero-win-*-build.assert +gpg --detach-sign ${VERSION}-osx-unsigned/${SIGNER}/monero-osx-*-build.assert ``` More Build Options |