This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/destroy-pyhoca in repository pyhoca-gui. at f98f5c8 img: remove to break! This branch includes the following new commits: new 25003a0 pyhoca-gui: break! new 7eb2730 update-po.sh: break! new f98f5c8 img: remove to break! The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/destroy-pyhoca in repository pyhoca-gui. commit 25003a080c4752d0dd4602b5fdea438e95d74b1f Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 2 10:42:19 2020 +0100 pyhoca-gui: break! --- pyhoca-gui | 1 + 1 file changed, 1 insertion(+) diff --git a/pyhoca-gui b/pyhoca-gui index e24ef4a..53ec45b 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 +exit() # Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/destroy-pyhoca in repository pyhoca-gui. commit f98f5c8956e9b6af76cb6820723ee70a4fb99bda Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 2 10:42:58 2020 +0100 img: remove to break! --- img/PyHoca-GUI_about-logo.png | Bin 57104 -> 0 bytes img/PyHoca-GUI_splash.png | Bin 49098 -> 0 bytes img/Python-X2Go_about-logo.png | Bin 58603 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/img/PyHoca-GUI_about-logo.png b/img/PyHoca-GUI_about-logo.png deleted file mode 100644 index 496c40d..0000000 Binary files a/img/PyHoca-GUI_about-logo.png and /dev/null differ diff --git a/img/PyHoca-GUI_splash.png b/img/PyHoca-GUI_splash.png deleted file mode 100644 index 5f4f46e..0000000 Binary files a/img/PyHoca-GUI_splash.png and /dev/null differ diff --git a/img/Python-X2Go_about-logo.png b/img/Python-X2Go_about-logo.png deleted file mode 100644 index 45afc23..0000000 Binary files a/img/Python-X2Go_about-logo.png and /dev/null differ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/destroy-pyhoca in repository pyhoca-gui. commit 7eb273069fdc3897be40c5ad9bfeb1bc709cf8a9 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 2 10:42:43 2020 +0100 update-po.sh: break! --- update-po.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-po.sh b/update-po.sh index 4d0d8d2..8da9e58 100755 --- a/update-po.sh +++ b/update-po.sh @@ -1,5 +1,7 @@ #!/bin/bash +exit 1 + set -x # Copyright (C) 2017-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git