[tor-commits] [tor-browser-bundle/master] Bug 12381: Explain move to 'install_lib'.

gk at torproject.org gk at torproject.org
Fri Jul 18 19:34:11 UTC 2014


commit 5400da654020a34edb9edee70a0583a89231c4fe
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Jul 18 21:31:14 2014 +0000

    Bug 12381: Explain move to 'install_lib'.
---
 gitian/descriptors/windows/gitian-pluggable-transports.yml |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gitian/descriptors/windows/gitian-pluggable-transports.yml b/gitian/descriptors/windows/gitian-pluggable-transports.yml
index fb79422..1580152 100644
--- a/gitian/descriptors/windows/gitian-pluggable-transports.yml
+++ b/gitian/descriptors/windows/gitian-pluggable-transports.yml
@@ -231,6 +231,9 @@ script: |
   # dependency should be fine here as txsocksx catches the exception due to
   # missing __version__ and __sha__ .
   mkdir vcversioner-1.14.1.1-py2.7.egg
+  # We need 'install_lib' here instead of 'install' as py2exe cannot handle
+  # zipped .egg files that are generated by the 'install' target. See bug
+  # 12381 for more details.
   LD_PRELOAD= $INSTPYTHON setup.py install_lib
   cd ..
 



More information about the tor-commits mailing list