[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 5af17bdbc3dacf043c828a1a81b98d5fc906e16a

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:54:37 CEST 2013


The branch, twofactorauth has been updated
       via  5af17bdbc3dacf043c828a1a81b98d5fc906e16a (commit)
      from  2e694ee23e906e22b276abe01d52fb543e9d1d71 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 setup.py |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/setup.py b/setup.py
index f1f5bdb..85bebe3 100755
--- a/setup.py
+++ b/setup.py
@@ -36,9 +36,11 @@ import os
 import pyhoca.wxgui
 
 #
-# to build .exe file, run on Windows
-# with: ,,python setup.py py2exe -p greenlet''
+# to build .exe file, run on Windows:
+# ,,python setup.py py2exe''
 #
+# to update i18n .mo files (and merge .pot file into .po files) run on Linux:
+# ,,python setup.py build_i18n -m''
 
 cmd_class = {}
 data_files = []
@@ -114,6 +116,9 @@ setup(
     options={
         'py2exe': {
             'dll_excludes': ['MSVCP90.DLL'],
+            'includes': ['greenlet'],
+            'compressed': 1,
+            'optimize': 2,
         }
     }
 )


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list