aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-06-23 12:04:17 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-06-23 12:04:33 +0200
commit17db9767c469629bd338942afa776cd8ad185b04 (patch)
treeab9711f5807a71e32fc6961ee97dc3eb42674ad2 /doc/release-process.md
parent5459116d610268da79a8973f66a5873ddb6732fb (diff)
downloadbitcoin-17db9767c469629bd338942afa776cd8ad185b04.tar.xz
doc: Remove unused section from release-process.md
It is outdated information. If we ever resurrect gitian-downloader it can be brought back from history and updated.
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 9cdc43b9be..affe6ed13a 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -177,34 +177,6 @@ Commit your signature to gitian.sigs:
### After 3 or more people have gitian-built, repackage gitian-signed zips:
-From a directory containing bitcoin source, gitian.sigs and gitian zips
-
- export VERSION=(new version, e.g. 0.8.0)
- mkdir bitcoin-${VERSION}-linux-gitian
- pushd bitcoin-${VERSION}-linux-gitian
- unzip ../bitcoin-${VERSION}-linux-gitian.zip
- mkdir gitian
- cp ../bitcoin/contrib/gitian-downloader/*.pgp ./gitian/
- for signer in $(ls ../gitian.sigs/${VERSION}/); do
- cp ../gitian.sigs/${VERSION}/${signer}/bitcoin-build.assert ./gitian/${signer}-build.assert
- cp ../gitian.sigs/${VERSION}/${signer}/bitcoin-build.assert.sig ./gitian/${signer}-build.assert.sig
- done
- zip -r bitcoin-${VERSION}-linux-gitian.zip *
- cp bitcoin-${VERSION}-linux-gitian.zip ../
- popd
- mkdir bitcoin-${VERSION}-win-gitian
- pushd bitcoin-${VERSION}-win-gitian
- unzip ../bitcoin-${VERSION}-win-gitian.zip
- mkdir gitian
- cp ../bitcoin/contrib/gitian-downloader/*.pgp ./gitian/
- for signer in $(ls ../gitian.sigs/${VERSION}-win/); do
- cp ../gitian.sigs/${VERSION}-win/${signer}/bitcoin-build.assert ./gitian/${signer}-build.assert
- cp ../gitian.sigs/${VERSION}-win/${signer}/bitcoin-build.assert.sig ./gitian/${signer}-build.assert.sig
- done
- zip -r bitcoin-${VERSION}-win-gitian.zip *
- cp bitcoin-${VERSION}-win-gitian.zip ../
- popd
-
- Upload gitian zips to SourceForge
- Announce the release: