This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 3e7d750 Merge branch 'personal/sunweaver/add-Jenkinsfile' into 'master' new ca4ffad management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home - typofix as discussed with @sunweaver new 505811b Merge branch 'stefanbaur-master-patch-96260' into 'master' The 2 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. Summary of changes: management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit ca4ffad110d7e1394742d556b97638ddb4c8ba52 Author: Stefan Baur <x2go-ml-1@baur-itcs.de> Date: Tue Jan 30 14:10:24 2024 +0000 management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home - typofix as discussed with @sunweaver --- management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home b/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home index ebf08b1..c6cedca 100755 --- a/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home +++ b/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home @@ -20,7 +20,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -if [ -z "$X2GO_HANDLE_DAEMON" ]; then +if [ -z "$X2GO_HANDLE_DAEMONS" ]; then if [ -d ~x2gothinclient ]; then find ~x2gothinclient -mindepth 1 -type f | egrep -v "(\.Xauthority|.dmrc)" | while read file; do rm -vf "$file" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 505811b177c5c9696ce0c998f14c35ad0cd43c9f Merge: 3e7d750 ca4ffad Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 31 06:56:45 2024 +0000 Merge branch 'stefanbaur-master-patch-96260' into 'master' management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home - typofix See merge request x2go/x2gothinclient!4 management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git