diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-09-08 17:31:04 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-09-08 17:31:04 -0700 |
commit | 8394f4a2dc77401529f441ea77246390bae1262c (patch) | |
tree | 0c5451f203b37289dbc9aaec55ee61be79a2a4a6 | |
parent | 12564aa1664cb81b3a81e1a706bde997108aba00 (diff) | |
parent | 51c2fa16bb7db29ee08f9ba8b751665837f535c1 (diff) |
Merge pull request #2977 from laanwj/2013_09_release_process_protobuf
Add protobuf 2.5.0 download to gitian release process
-rw-r--r-- | contrib/gitian-descriptors/qt-win32.yml | 1 | ||||
-rw-r--r-- | doc/release-process.md | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/qt-win32.yml b/contrib/gitian-descriptors/qt-win32.yml index 6ab3bb477d..2bb5113d16 100644 --- a/contrib/gitian-descriptors/qt-win32.yml +++ b/contrib/gitian-descriptors/qt-win32.yml @@ -7,6 +7,7 @@ architectures: packages: - "mingw32" - "zip" +- "unzip" - "faketime" - "unzip" reference_datetime: "2011-01-30 00:00:00" diff --git a/doc/release-process.md b/doc/release-process.md index 7b0a73a81e..57a3c9d91f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -44,13 +44,16 @@ Release Process wget 'http://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.bz2' wget 'http://downloads.sourceforge.net/project/boost/boost/1.50.0/boost_1_50_0.tar.bz2' 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' cd .. ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml mv build/out/boost-win32-1.50.0-gitian2.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml - mv build/out/qt-win32-4.8.3-gitian-r1.zip inputs/ + mv build/out/qt-win32-4.8.3-gitian-r2.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml mv build/out/bitcoin-deps-0.0.5.zip inputs/ + ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/protobuf-win32.yml + mv build/out/protobuf-win32-2.5.0-gitian-r1.zip inputs/ Build bitcoind and bitcoin-qt on Linux32, Linux64, and Win32: |