mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 08:08:25 +00:00
Merge pull request #2817 from Michagogo/release-process-followable-verbatim
Made the build/release process completable verbatim as listed in release-process.md
This commit is contained in:
commit
e057486cdf
@ -31,7 +31,7 @@ Release Process
|
|||||||
|
|
||||||
export SIGNER=(your gitian key, ie bluematt, sipa, etc)
|
export SIGNER=(your gitian key, ie bluematt, sipa, etc)
|
||||||
export VERSION=(new version, e.g. 0.8.0)
|
export VERSION=(new version, e.g. 0.8.0)
|
||||||
cd ./gitian-builder
|
pushd ./gitian-builder
|
||||||
|
|
||||||
Fetch and build inputs: (first time, or when dependency versions change)
|
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
|
./bin/gsign --signer $SIGNER --release ${VERSION} --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian.yml
|
||||||
pushd build/out
|
pushd build/out
|
||||||
zip -r bitcoin-${VERSION}-linux-gitian.zip *
|
zip -r bitcoin-${VERSION}-linux-gitian.zip *
|
||||||
mv bitcoin-${VERSION}-linux-gitian.zip ../../
|
mv bitcoin-${VERSION}-linux-gitian.zip ../../../
|
||||||
popd
|
popd
|
||||||
./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-win32.yml
|
./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
|
./bin/gsign --signer $SIGNER --release ${VERSION}-win32 --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-win32.yml
|
||||||
pushd build/out
|
pushd build/out
|
||||||
zip -r bitcoin-${VERSION}-win32-gitian.zip *
|
zip -r bitcoin-${VERSION}-win32-gitian.zip *
|
||||||
mv bitcoin-${VERSION}-win32-gitian.zip ../../
|
mv bitcoin-${VERSION}-win32-gitian.zip ../../../
|
||||||
|
popd
|
||||||
popd
|
popd
|
||||||
|
|
||||||
Build output expected:
|
Build output expected:
|
||||||
|
Loading…
Reference in New Issue
Block a user