File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ packages:
10
10
reference_datetime : " 2013-06-01 00:00:00"
11
11
remotes : []
12
12
files :
13
- - " bitcoin-0.9.99- osx-unsigned.tar.gz"
13
+ - " bitcoin-osx-unsigned.tar.gz"
14
14
- " signature.tar.gz"
15
15
script : |
16
16
WRAP_DIR=$HOME/wrapped
@@ -28,8 +28,8 @@ script: |
28
28
chmod +x ${WRAP_DIR}/${prog}
29
29
done
30
30
31
- UNSIGNED=`echo bitcoin-* .tar.gz`
32
- SIGNED=`echo ${UNSIGNED} | sed 's/.tar.*//' | sed 's/-unsigned//'` .dmg
31
+ UNSIGNED=bitcoin-osx-unsigned .tar.gz
32
+ SIGNED=bitcoin-osx-signed .dmg
33
33
34
34
tar -xf ${UNSIGNED}
35
35
./detached-sig-apply.sh ${UNSIGNED} signature.tar.gz
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Release Process
68
68
mv build/out/bitcoin-*.zip build/out/bitcoin-*.exe ../
69
69
./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-osx.yml
70
70
./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-osx.yml
71
- mv build/out/bitcoin-*-unsigned.tar.gz inputs
71
+ mv build/out/bitcoin-*-unsigned.tar.gz inputs/bitcoin-osx-unsigned.tar.gz
72
72
mv build/out/bitcoin-*.tar.gz build/out/bitcoin-*.dmg ../
73
73
popd
74
74
Build output expected:
@@ -102,7 +102,7 @@ Commit your signature to gitian.sigs:
102
102
cp signature.tar.gz inputs/
103
103
./bin/gbuild -i ../bitcoin/contrib/gitian-descriptors/gitian-osx-signer.yml
104
104
./bin/gsign --signer $SIGNER --release ${VERSION}-osx-signed --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-osx-signer.yml
105
- mv build/out/bitcoin-${VERSION}-osx.dmg ../
105
+ mv build/out/bitcoin-osx-signed.dmg ../bitcoin- ${VERSION}-osx.dmg
106
106
popd
107
107
108
108
Commit your signature for the signed OSX binary:
You can’t perform that action at this time.
0 commit comments