|
|
|
@ -31,29 +31,32 @@ Release Process
@@ -31,29 +31,32 @@ Release Process
|
|
|
|
|
|
|
|
|
|
export SIGNER=(your gitian key, ie bluematt, sipa, etc) |
|
|
|
|
export VERSION=(new version, e.g. 0.8.0) |
|
|
|
|
pushd ./bitcoin |
|
|
|
|
git checkout v${VERSION} |
|
|
|
|
popd |
|
|
|
|
pushd ./gitian-builder |
|
|
|
|
|
|
|
|
|
Fetch and build inputs: (first time, or when dependency versions change) |
|
|
|
|
|
|
|
|
|
mkdir -p inputs; cd inputs/ |
|
|
|
|
wget 'http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.6.tar.gz' -O miniupnpc-1.6.tar.gz |
|
|
|
|
wget 'http://www.openssl.org/source/openssl-1.0.1c.tar.gz' |
|
|
|
|
wget 'https://www.openssl.org/source/openssl-1.0.1c.tar.gz' |
|
|
|
|
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz' |
|
|
|
|
wget 'http://zlib.net/zlib-1.2.6.tar.gz' |
|
|
|
|
wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.5.9.tar.gz' |
|
|
|
|
wget 'http://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.bz2' |
|
|
|
|
wget 'http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2' |
|
|
|
|
wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/history/zlib/zlib-1.2.6.tar.gz' |
|
|
|
|
wget 'ftp://ftp.simplesystems.org/pub/libpng/png/src/history/libpng15/libpng-1.5.9.tar.gz' |
|
|
|
|
wget 'https://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.bz2' |
|
|
|
|
wget 'https://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2' |
|
|
|
|
wget 'https://svn.boost.org/trac/boost/raw-attachment/ticket/7262/boost-mingw.patch' -O \ |
|
|
|
|
boost-mingw-gas-cross-compile-2013-03-03.patch |
|
|
|
|
wget 'http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.3.tar.gz' |
|
|
|
|
wget 'http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2' |
|
|
|
|
wget 'https://download.qt-project.org/archive/qt/4.8/4.8.3/qt-everywhere-opensource-src-4.8.3.tar.gz' |
|
|
|
|
wget 'https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2' |
|
|
|
|
cd .. |
|
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml |
|
|
|
|
mv build/out/boost-win32-*.zip inputs/ |
|
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml |
|
|
|
|
mv build/out/qt-win32-*.zip inputs/ |
|
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml |
|
|
|
|
mv build/out/bitcoin-deps-*.zip inputs/ |
|
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml |
|
|
|
|
mv build/out/qt-win32-*.zip inputs/ |
|
|
|
|
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/protobuf-win32.yml |
|
|
|
|
mv build/out/protobuf-win32-*.zip inputs/ |
|
|
|
|
|
|
|
|
|