aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-12-26 13:38:31 -0800
committerAlexander Blair <snipa@jagtech.io>2020-12-26 13:38:31 -0800
commitf191e0a00dccefd6023ea02eb296bf4a108ca3e4 (patch)
tree8597577f03e2ad92ac42ed882a4385d807108ca0 /contrib
parentMerge pull request #7098 (diff)
parentAdd command to sign freebsd assert file for gitian (diff)
downloadmonero-f191e0a00dccefd6023ea02eb296bf4a108ca3e4.tar.xz
Merge pull request #7099
9d2bb586a Add command to sign freebsd assert file for gitian (MoneroArbo)
Diffstat (limited to 'contrib')
-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).