diff options
author | fanquake <fanquake@gmail.com> | 2020-02-12 09:42:16 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-02-12 09:42:28 +0800 |
commit | 53234fd0c7107e8bf4dfb5d44fb8d31359c80bbc (patch) | |
tree | cc23030e6523f388c675f042bfa06901931aa5a5 /doc/release-process.md | |
parent | 73a396e0280a40be55bf1acf9abef2f81999a440 (diff) |
doc: remove PPA note from release-process.md
Also fixes a link to the macdeploy instructions.
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 608f41cc6c..e0f29f6ad7 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -121,7 +121,7 @@ Ensure gitian-builder is up-to-date: echo '5a60e0a4b3e0b4d655317b2f12a810211c50242138322b16e7e01c6fbb89d92f inputs/osslsigncode-2.0.tar.gz' | sha256sum -c popd -Create the macOS SDK tarball, see the [macOS build instructions](build-osx.md#deterministic-macos-dmg-notes) for details, and copy it into the inputs directory. +Create the macOS SDK tarball, see the [macdeploy instructions](/contrib/macdeploy/README.md#deterministic-macos-dmg-notes) for details, and copy it into the inputs directory. ### Optional: Seed the Gitian sources cache and offline git repositories @@ -328,8 +328,6 @@ bitcoin.org (see below for bitcoin.org update instructions). - Update packaging repo - - Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin) - - Push the flatpak to flathub, e.g. https://github.com/flathub/org.bitcoincore.bitcoin-qt/pull/2 - Push the latest version to master (if applicable), e.g. https://github.com/bitcoin-core/packaging/pull/32 |