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

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


The branch, twofactorauth has been updated
       via  c2a806382421b8cee09423c91f2e5fba3c05caad (commit)
      from  0b51d0799b3b85ae4347d3b026c63e6153f2e997 (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:
 dist/{ => icons}/pyhoca-gui.ico                    |  Bin 54086 -> 54086 bytes
 .../icons}/pyhoca_x2go-logo-ubuntu.ico             |  Bin 26150 -> 26150 bytes
 dist/library.zip                                   |  Bin 5860442 -> 5860442 bytes
 setup_py2exe.py                                    |    3 ++-
 4 files changed, 2 insertions(+), 1 deletion(-)
 copy dist/{ => icons}/pyhoca-gui.ico (100%)
 copy {pixmaps => dist/icons}/pyhoca_x2go-logo-ubuntu.ico (100%)

The diff of changes is:
diff --git a/dist/pyhoca-gui.ico b/dist/icons/pyhoca-gui.ico
similarity index 100%
copy from dist/pyhoca-gui.ico
copy to dist/icons/pyhoca-gui.ico
diff --git a/pixmaps/pyhoca_x2go-logo-ubuntu.ico b/dist/icons/pyhoca_x2go-logo-ubuntu.ico
similarity index 100%
copy from pixmaps/pyhoca_x2go-logo-ubuntu.ico
copy to dist/icons/pyhoca_x2go-logo-ubuntu.ico
diff --git a/dist/library.zip b/dist/library.zip
index 17bfdf6..cbecfa1 100644
Binary files a/dist/library.zip and b/dist/library.zip differ
diff --git a/setup_py2exe.py b/setup_py2exe.py
index c7291cb..7f66aca 100644
--- a/setup_py2exe.py
+++ b/setup_py2exe.py
@@ -26,7 +26,8 @@ icon_files = [
     ("icons\\PyHoca\\32x32", glob(r'icons\\PyHoca\\32x32\\x2go*.*')),
     ("icons\\PyHoca\\48x48", glob(r'icons\\PyHoca\\48x48\\*.*')),
     ("icons\\PyHoca\\64x64", glob(r'icons\\PyHoca\\64x64\\*.*')),
-    ("icons\\PyHoca\\128x128", glob(r'icons\\PyHoca\\128x128\\*.*'))
+    ("icons\\PyHoca\\128x128", glob(r'icons\\PyHoca\\128x128\\*.*')),
+    ("icons", glob(r'pixmaps\\*.ico')),
     ]
 img_files = [("img", glob(r'img\\*.*'))]
 nxproxy_files = [("nxproxy", glob(r'contrib\\nxproxy-mswin\\*.*'))]


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