diff options
| author | Micha <[email protected]> | 2013-09-29 17:06:16 +0300 |
|---|---|---|
| committer | Micha <[email protected]> | 2013-10-04 00:02:45 +0300 |
| commit | d18f5bf12c077c945507170276b71367fc5be9ad (patch) | |
| tree | b34fe6f6f2d4d25c33fcc0ffb4bd4020b9623ee0 /doc | |
| parent | Fix and improve release-process.md (diff) | |
| download | discoin-d18f5bf12c077c945507170276b71367fc5be9ad.tar.xz discoin-d18f5bf12c077c945507170276b71367fc5be9ad.zip | |
Switch the order of win32 deps and win32 qt in release-process.md
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index bc31d4f86..f22eb3db4 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -53,10 +53,10 @@ Release Process 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/ |