File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Once you've got the right hardware and software:
39
39
git pull
40
40
cd ../gitian-builder
41
41
git pull
42
- ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian.yml
42
+ ./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/gitian-linux .yml
43
43
44
44
# Build Win32 dependencies: (only needs to be done once, or when dependency versions change)
45
45
./bin/gbuild --commit bitcoin=HEAD ../bitcoin/contrib/gitian-descriptors/boost-win32.yml
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ architectures:
7
7
- " amd64"
8
8
packages :
9
9
- " unzip"
10
+ - " zip"
10
11
- " pkg-config"
11
12
- " libtool"
12
13
- " faketime"
@@ -59,4 +60,4 @@ script: |
59
60
cd ../..
60
61
#
61
62
cd $STAGING
62
- tar -czf $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r1.tar.gz include lib bin host
63
+ zip -r $OUTDIR/bitcoin-deps-linux${GBUILD_BITS}-gitian-r1.zip include lib bin host
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ remotes:
27
27
- " url " : " https://github.com/bitcoin/bitcoin.git"
28
28
" dir " : " bitcoin"
29
29
files :
30
- - " bitcoin-deps-linux32-gitian-r1.tar.gz "
31
- - " bitcoin-deps-linux64-gitian-r1.tar.gz "
30
+ - " bitcoin-deps-linux32-gitian-r1.zip "
31
+ - " bitcoin-deps-linux64-gitian-r1.zip "
32
32
script : |
33
33
STAGING="$HOME/install"
34
34
OPTFLAGS='-O2'
@@ -38,7 +38,7 @@ script: |
38
38
#
39
39
mkdir -p $STAGING
40
40
cd $STAGING
41
- tar xzfm ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r1.tar.gz
41
+ unzip ../build/bitcoin-deps-linux${GBUILD_BITS}-gitian-r1.zip
42
42
cd ../build
43
43
#
44
44
cd bitcoin
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Release Process
52
52
wget 'https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2'
53
53
cd ..
54
54
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-linux.yml
55
- mv build/out/*.tar.gz inputs/
55
+ mv build/out/bitcoin-deps-*.zip inputs/
56
56
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml
57
57
mv build/out/boost-win32-*.zip inputs/
58
58
./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml
@@ -64,8 +64,8 @@ Release Process
64
64
65
65
Build bitcoind and bitcoin-qt on Linux32, Linux64, and Win32:
66
66
67
- ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian.yml
68
- ./bin/gsign --signer $SIGNER --release ${VERSION} --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian.yml
67
+ ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-linux .yml
68
+ ./bin/gsign --signer $SIGNER --release ${VERSION} --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-linux .yml
69
69
pushd build/out
70
70
zip -r bitcoin-${VERSION}-linux-gitian.zip *
71
71
mv bitcoin-${VERSION}-linux-gitian.zip ../../../
You can’t perform that action at this time.
0 commit comments