This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 59305c8 release 3.5.99.19 new cf3ac71 nxdialog: fix example new 3af59f8 nxdialog/: create (almost) empty m4 directory. 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: nxdialog/bin/nxdialog | 2 +- nx-X11/programs/Xserver/composite/.gitignore => nxdialog/m4/.keep | 0 2 files changed, 1 insertion(+), 1 deletion(-) copy nx-X11/programs/Xserver/composite/.gitignore => nxdialog/m4/.keep (100%) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit cf3ac71a3cee4763c411bf1e09ede5e5160d6c97 Author: Ulrich Sibiller <uli42@gmx.de> Date: Fri Mar 1 18:59:22 2019 +0100 nxdialog: fix example --- nxdialog/bin/nxdialog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog index 0678ee4..bce1886 100755 --- a/nxdialog/bin/nxdialog +++ b/nxdialog/bin/nxdialog @@ -47,7 +47,7 @@ # # Examples: # nxdialog --dialog yesno --message "message text" --caption "message title" --parent 0 -# nxdialog --dialog yesno --message "message text" --caption "message title" --window 0x123456 --parent 0 +# nxdialog --dialog pulldown --message "message text" --caption "message title" --window 0x123456 --parent 0 from __future__ import print_function -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 3af59f80675c394ff2f24c1e2dccabcb5e383fac Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 25 06:42:08 2019 +0100 nxdialog/: create (almost) empty m4 directory. Older autoconf versions - as used on SLE 11 and RHEL 6 - choke if aclocal is passed an include directory that does not exist. Instead of removing the option from the aclocal call, let's keep it and just use an empty directory for now. Maybe we'll actually use it at a later time. --- nxdialog/m4/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/nxdialog/m4/.keep b/nxdialog/m4/.keep new file mode 100644 index 0000000..e69de29 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git