From 52628772b3a2750b4eb4bab90b5a554540ece9b5 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 16 Jan 2018 11:05:37 -0500 Subject: [PATCH] spaces --- doc/release-process.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/release-process.md b/doc/release-process.md index 5a6ac8482..011f06dfe 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -7,7 +7,7 @@ Release Process * * * -###First time / New builders +### First time / New builders Check out the source code in the following directory hierarchy. cd /path/to/your/toplevel/build @@ -16,7 +16,7 @@ Check out the source code in the following directory hierarchy. git clone https://github.com/devrandom/gitian-builder.git git clone https://github.com/bitcoin/bitcoin.git -###Bitcoin maintainers/release engineers, update (commit) version in sources +### Bitcoin maintainers/release engineers, update (commit) version in sources pushd ./bitcoin contrib/verifysfbinaries/verify.sh @@ -37,7 +37,7 @@ Check out the source code in the following directory hierarchy. * * * -###Setup and perform Gitian builds +### Setup and perform Gitian builds Setup Gitian descriptors: @@ -59,7 +59,7 @@ Check out the source code in the following directory hierarchy. pushd ./gitian-builder git pull -###Fetch and create inputs: (first time, or when dependency versions change) +### Fetch and create inputs: (first time, or when dependency versions change) mkdir -p inputs wget -P inputs https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch @@ -73,7 +73,7 @@ Check out the source code in the following directory hierarchy. tar -C /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ -czf MacOSX10.9.sdk.tar.gz MacOSX10.9.sdk -###Optional: Seed the Gitian sources cache and offline git repositories +### Optional: Seed the Gitian sources cache and offline git repositories By default, Gitian will fetch source files as needed. To cache them ahead of time: @@ -87,7 +87,7 @@ NOTE: Offline builds must use the --url flag to ensure Gitian fetches only from ``` The gbuild invocations below DO NOT DO THIS by default. -###Build and sign Bitcoin Core for Linux, Windows, and OS X: +### Build and sign Bitcoin Core for Linux, Windows, and OS X: ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml ./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml @@ -111,7 +111,7 @@ The gbuild invocations below DO NOT DO THIS by default. 4. OS X unsigned installer and dist tarball (bitcoin-${VERSION}-osx-unsigned.dmg, bitcoin-${VERSION}-osx64.tar.gz) 5. Gitian signatures (in gitian.sigs/${VERSION}-/(your Gitian key)/ -###Verify other gitian builders signatures to your own. (Optional) +### Verify other gitian builders signatures to your own. (Optional) Add other gitian builders keys to your gpg keyring @@ -125,7 +125,7 @@ The gbuild invocations below DO NOT DO THIS by default. popd -###Next steps: +### Next steps: Commit your signature to gitian.sigs: