diff options
| author | Cory Fields <[email protected]> | 2014-12-30 02:36:58 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-12-30 02:47:38 -0500 |
| commit | 0d50c2fd81ee7239570954e6eacb3dbbfe3bb5fe (patch) | |
| tree | 122ee3ec23af662e3050ce43cfd335f80a16e90a /doc | |
| parent | Merge pull request #5505 (diff) | |
| download | discoin-0d50c2fd81ee7239570954e6eacb3dbbfe3bb5fe.tar.xz discoin-0d50c2fd81ee7239570954e6eacb3dbbfe3bb5fe.zip | |
dmg: fix deterministic dmg creation and docs
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 30f979775..eb2eb619b 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -68,7 +68,7 @@ Release Process mv build/out/bitcoin-*.zip build/out/bitcoin-*.exe ../ ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-osx.yml ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-osx.yml - mv build/out/bitcoin-*-unsigned.tar.gz inputs + mv build/out/bitcoin-*-unsigned.tar.gz inputs/bitcoin-osx-unsigned.tar.gz mv build/out/bitcoin-*.tar.gz build/out/bitcoin-*.dmg ../ popd Build output expected: @@ -102,7 +102,7 @@ Commit your signature to gitian.sigs: cp signature.tar.gz inputs/ ./bin/gbuild -i ../bitcoin/contrib/gitian-descriptors/gitian-osx-signer.yml ./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-osx-signer.yml - mv build/out/bitcoin-${VERSION}-osx.dmg ../ + mv build/out/bitcoin-osx-signed.dmg ../bitcoin-${VERSION}-osx.dmg popd Commit your signature for the signed OSX binary: |