aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoneroArbo <65900302+MoneroArbo@users.noreply.github.com>2020-12-08 16:46:09 -0500
committerGitHub <noreply@github.com>2020-12-08 16:46:09 -0500
commit9d2bb586ad36d396c01ff9c2ca977bed47ac4db4 (patch)
tree9e8823fd3d9c0e1ec22192a6fc2cfb4a058536f0
parentMerge pull request #7072 (diff)
downloadmonero-9d2bb586ad36d396c01ff9c2ca977bed47ac4db4.tar.xz
Add command to sign freebsd assert file for gitian
Add FreeBSD to "Signing assert files" section of gitian readme / guide
-rw-r--r--contrib/gitian/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index 1938462aa..e2e1d0b94 100644
--- a/contrib/gitian/README.md
+++ b/contrib/gitian/README.md
@@ -188,6 +188,7 @@ gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert
gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert
gpg --detach-sign ${VERSION}-osx/${GH_USER}/monero-osx-*-build.assert
gpg --detach-sign ${VERSION}-android/${GH_USER}/monero-android-*-build.assert
+gpg --detach-sign ${VERSION}-freebsd/${GH_USER}/monero-freebsd-*-build.assert
```
This will create a `.sig` file for each `.assert` file above (2 files for each platform).