File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ remotes:
22
22
- " url " : " https://github.com/bitcoin/bitcoin.git"
23
23
" dir " : " bitcoin"
24
24
files :
25
- - " qt-win32-5.2.0-gitian-r2 .zip"
26
- - " qt-win64-5.2.0-gitian-r2 .zip"
25
+ - " qt-win32-5.2.0-gitian-r3 .zip"
26
+ - " qt-win64-5.2.0-gitian-r3 .zip"
27
27
- " boost-win32-1.55.0-gitian-r6.zip"
28
28
- " boost-win64-1.55.0-gitian-r6.zip"
29
29
- " bitcoin-deps-win32-gitian-r11.zip"
@@ -59,7 +59,7 @@ script: |
59
59
mkdir -p $STAGING $BUILDDIR $BINDIR
60
60
#
61
61
cd $STAGING
62
- unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r2 .zip
62
+ unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r3 .zip
63
63
unzip $INDIR/boost-win${BITS}-1.55.0-gitian-r6.zip
64
64
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip
65
65
unzip $INDIR/protobuf-win${BITS}-2.5.0-gitian-r4.zip
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ script: |
86
86
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
87
87
export FAKETIME=$REFERENCE_DATETIME
88
88
find -print0 | xargs -r0 touch # fix up timestamps before packaging
89
- find | sort | zip -X@ $OUTDIR/qt-win${BITS}-5.2.0-gitian-r2 .zip
89
+ find | sort | zip -X@ $OUTDIR/qt-win${BITS}-5.2.0-gitian-r3 .zip
90
90
unset LD_PRELOAD
91
91
unset FAKETIME
92
92
done # for BITS in
You can’t perform that action at this time.
0 commit comments