diff options
author | TheCharlatan <seb.kung@gmail.com> | 2018-10-11 02:05:00 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2018-10-18 16:39:35 +0200 |
commit | 8f96c718bc5b3844904b04868d5605778af41c39 (patch) | |
tree | 4a556af6971757f471cff2972aedca358621ac95 /contrib/gitian/gitian-osx.yml | |
parent | Add OSX gitian descriptor (diff) | |
download | monero-8f96c718bc5b3844904b04868d5605778af41c39.tar.xz |
Adapt Readme and script to monero gitian build signing
The sigs should be produced in a seperate step by default.
Remove windows and osx sig options that are not needed for monero.
Diffstat (limited to '')
-rw-r--r-- | contrib/gitian/gitian-osx.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/gitian-osx.yml b/contrib/gitian/gitian-osx.yml index d9ebf95d3..a6fcff0da 100644 --- a/contrib/gitian/gitian-osx.yml +++ b/contrib/gitian/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "bitcoin-osx-0.18" +name: "monero-osx-0.14" enable_cache: true suites: - "bionic" |