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

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


commit 75270c68f7bdae9609142a8b5e8303d739fb47c0
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Nov 7 05:26:08 2013 +0000

    Build twisted 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 cbb7c5a..4af0f77 100644
--- a/gitian/descriptors/linux/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/linux/gitian-pluggable-transports.yml
@@ -23,6 +23,7 @@ files:
 - "pycrypto.tar.gz"
 - "argparse.tar.gz"
 - "zope.interface.zip"
+- "twisted.tar.bz2"
 - "dzip.sh"
 script: |
   INSTDIR="$HOME/install"
@@ -71,6 +72,13 @@ script: |
   cp -a build/zope $PTDIR/
   cd ..
   #
+  tar xjf twisted.tar.bz2
+  cd Twisted-*
+  find -type f | xargs touch --date="$REFERENCE_DATETIME"
+  python setup.py build --build-lib build
+  cp -a build/twisted $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