[tor-commits] [tor-browser-bundle/master] Install Windows Python MSI package.

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


commit 10489d505d910a6450e253e54b4488019153acc1
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Nov 24 19:19:06 2013 +0000

    Install Windows Python MSI package.
---
 gitian/descriptors/windows/gitian-pluggable-transports.yml |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gitian/descriptors/windows/gitian-pluggable-transports.yml b/gitian/descriptors/windows/gitian-pluggable-transports.yml
index 28f64ff..35dac91 100644
--- a/gitian/descriptors/windows/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/windows/gitian-pluggable-transports.yml
@@ -16,6 +16,7 @@ remotes:
   "dir": "openssl"
 files:
 - "ubuntu-wine.gpg"
+- "python.msi"
 - "dzip.sh"
 script: |
   INSTDIR="$HOME/install"
@@ -54,6 +55,11 @@ script: |
   # http://bugs.winehq.org/show_bug.cgi?id=31237
   LD_PRELOAD= wineboot -i
   #
+  # http://wiki.winehq.org/msiexec
+  # /qn disables user interface; /i installs.
+  LD_PRELOAD= msiexec /qn /i python.msi TARGETDIR=$INSTDIR/python
+  INSTPYTHON="wine $INSTDIR/python/python.exe"
+  #
   cd openssl
   find -type f | xargs touch --date="$REFERENCE_DATETIME"
   ./Configure -shared --cross-compile-prefix=i686-w64-mingw32- mingw --prefix=$INSTDIR/openssl





More information about the tor-commits mailing list