aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha <michagogo@server.fake>2013-07-07 19:24:15 +0300
committerWladimir J. van der Laan <laanwj@gmail.com>2013-12-05 09:15:40 +0100
commitdaf9e4627f5dda2b7afec25bd17f6b75d803269a (patch)
treee205a4a85dd8333bea5d6869d53764a994cebde5
parent138705a173276d5e59e4a0608ed3eadc9d048984 (diff)
downloadbitcoin-daf9e4627f5dda2b7afec25bd17f6b75d803269a.tar.xz
Made the build/release process completable verbatim as listed in
release-process.md Conflicts: doc/release-process.md
-rw-r--r--doc/release-process.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 17d6a089c9..b8aa7d9a91 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -31,7 +31,7 @@ Release Process
export SIGNER=(your gitian key, ie bluematt, sipa, etc)
export VERSION=0.8.0
- cd ./gitian-builder
+ pushd ./gitian-builder
Fetch and build inputs: (first time, or when dependency versions change)
@@ -58,13 +58,14 @@ Release Process
./bin/gsign --signer $SIGNER --release ${VERSION} --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian.yml
pushd build/out
zip -r bitcoin-${VERSION}-linux-gitian.zip *
- mv bitcoin-${VERSION}-linux-gitian.zip ../../
+ mv bitcoin-${VERSION}-linux-gitian.zip ../../../
popd
./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-win32.yml
./bin/gsign --signer $SIGNER --release ${VERSION}-win32 --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-win32.yml
pushd build/out
zip -r bitcoin-${VERSION}-win32-gitian.zip *
- mv bitcoin-${VERSION}-win32-gitian.zip ../../
+ mv bitcoin-${VERSION}-win32-gitian.zip ../../../
+ popd
popd
Build output expected:
@@ -161,4 +162,4 @@ From a directory containing bitcoin source, gitian.sigs and gitian zips
popd
- Upload gitian zips to SourceForge
-- Celebrate \ No newline at end of file
+- Celebrate