[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.1.0.10-149-gcd90c18

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


The branch, twofactorauth has been updated
       via  cd90c185ad996237d8d9579d41ed9679cd58261d (commit)
      from  b51e10faab3657f08ef900b26a6c27ab97db72d5 (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:
 bb_setup.py |   15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 bb_setup.py

The diff of changes is:
diff --git a/bb_setup.py b/bb_setup.py
new file mode 100644
index 0000000..8dfa7d3
--- /dev/null
+++ b/bb_setup.py
@@ -0,0 +1,15 @@
+# bb_setup2.py
+from bbfreeze import Freezer
+ 
+includes = []
+excludes = ['_gtkagg', '_tkagg', 'bsddb', 'curses', 'email', 'pywin.debugger',
+            'pywin.debugger.dbgcon', 'pywin.dialogs', 'tcl',
+            'Tkconstants', 'Tkinter']
+ 
+bbFreeze_Class = Freezer('dist', includes=includes, excludes=excludes)
+ 
+bbFreeze_Class.addScript("pyhoca-gui", gui_only=True)
+ 
+bbFreeze_Class.use_compression = 0
+bbFreeze_Class.include_py = True
+bbFreeze_Class()


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