[tor-commits] [tor-browser-bundle/master] Build argparse for linux.
mikeperry at torproject.org
mikeperry at torproject.org
Tue Jan 21 04:47:03 UTC 2014
commit a90b16940ae6fb05d4ea3876cd490965a3a52c5f
Author: David Fifield <david at bamsoftware.com>
Date: Thu Nov 7 04:37:16 2013 +0000
Build argparse for linux.
---
gitian/descriptors/linux/gitian-pluggable-transports.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gitian/descriptors/linux/gitian-pluggable-transports.yml b/gitian/descriptors/linux/gitian-pluggable-transports.yml
index 4455cf7..7b18eef 100644
--- a/gitian/descriptors/linux/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/linux/gitian-pluggable-transports.yml
@@ -20,6 +20,7 @@ remotes:
"dir": "pyptlib"
files:
- "pycrypto.tar.gz"
+- "argparse.tar.gz"
- "dzip.sh"
script: |
INSTDIR="$HOME/install"
@@ -54,6 +55,13 @@ script: |
cp -a build/Crypto $PTDIR/
cd ..
#
+ tar xzf argparse.tar.gz
+ cd argparse-*
+ find -type f | xargs touch --date="$REFERENCE_DATETIME"
+ python setup.py build --build-lib build
+ cp -a build/argparse.py $PTDIR/
+ cd ..
+ #
cd openssl
find -type f | xargs touch --date="$REFERENCE_DATETIME"
#./Configure -shared --prefix=$INSTDIR/openssl linux-elf
More information about the tor-commits
mailing list