diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-09-19 12:40:02 +1000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-09-19 12:40:02 +1000 |
commit | d969c2c073d4fe91b22615c90c86b74545bd8b71 (patch) | |
tree | 92fefb5e98b19b9d5f46b33e1a8088bbc49ea069 /contrib | |
parent | 69b16a11a27b05176d766a2e231bca4761ceaecc (diff) |
Fix gitian: bitcoin-deps is at version 0.0.7
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gitian-descriptors/protobuf-win32.yml | 6 | ||||
-rw-r--r-- | contrib/gitian-descriptors/qt-win32.yml | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/contrib/gitian-descriptors/protobuf-win32.yml b/contrib/gitian-descriptors/protobuf-win32.yml index ad676e5654..5385247732 100644 --- a/contrib/gitian-descriptors/protobuf-win32.yml +++ b/contrib/gitian-descriptors/protobuf-win32.yml @@ -14,8 +14,6 @@ files: - "protobuf-2.5.0.tar.bz2" script: | # - export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1 - export FAKETIME=$REFERENCE_DATETIME export TZ=UTC export INSTALLPREFIX=$OUTDIR/staging/deps export HOST=i586-mingw32msvc @@ -36,4 +34,8 @@ script: | make make install cd $INSTALLPREFIX + export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1 + export FAKETIME=$REFERENCE_DATETIME zip -r $OUTDIR/protobuf-win32-2.5.0-gitian-r2.zip include lib host + unset LD_PRELOAD + unset FAKETIME diff --git a/contrib/gitian-descriptors/qt-win32.yml b/contrib/gitian-descriptors/qt-win32.yml index 2bb5113d16..34495c20a6 100644 --- a/contrib/gitian-descriptors/qt-win32.yml +++ b/contrib/gitian-descriptors/qt-win32.yml @@ -14,14 +14,14 @@ reference_datetime: "2011-01-30 00:00:00" remotes: [] files: - "qt-everywhere-opensource-src-4.8.3.tar.gz" -- "bitcoin-deps-0.0.6.zip" +- "bitcoin-deps-0.0.7.zip" script: | INSTDIR="$HOME/qt/" mkdir $INSTDIR mkdir -p $INSTDIR/host/bin # # Need mingw-compiled openssl from bitcoin-deps: - unzip bitcoin-deps-0.0.6.zip + unzip bitcoin-deps-0.0.7.zip DEPSDIR=`pwd` # tar xzf qt-everywhere-opensource-src-4.8.3.tar.gz |