[tor-commits] [tor-browser-bundle/master] Build zope.interface for linux.

mikeperry at torproject.org mikeperry at torproject.org
Tue Jan 21 04:47:03 UTC 2014


commit 79f90b134236be8eae586c42ec39038c4b1c9e0a
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Nov 7 05:02:28 2013 +0000

    Build zope.interface for linux.
---
 gitian/descriptors/linux/gitian-pluggable-transports.yml |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gitian/descriptors/linux/gitian-pluggable-transports.yml b/gitian/descriptors/linux/gitian-pluggable-transports.yml
index 7b18eef..cbb7c5a 100644
--- a/gitian/descriptors/linux/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/linux/gitian-pluggable-transports.yml
@@ -7,6 +7,7 @@ architectures:
 - "amd64"
 packages: 
 - "git-core"
+- "unzip"
 - "zip"
 - "python-setuptools"
 - "python-dev"
@@ -21,6 +22,7 @@ remotes:
 files:
 - "pycrypto.tar.gz"
 - "argparse.tar.gz"
+- "zope.interface.zip"
 - "dzip.sh"
 script: |
   INSTDIR="$HOME/install"
@@ -62,6 +64,13 @@ script: |
   cp -a build/argparse.py $PTDIR/
   cd ..
   #
+  unzip zope.interface.zip
+  cd zope.interface-*
+  find -type f | xargs touch --date="$REFERENCE_DATETIME"
+  python setup.py build --build-lib build
+  cp -a build/zope $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