This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from c6d60ce modify x2gothinclientd to start scripts needed by gpg agent. new c083fd5 install meta-package for linux-image to get most recent version. Thanks to Mike for the hint. The 1 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: debian/changelog | 1 + management/sbin/x2gothinclient_create | 4 ++-- management/sbin/x2gothinclient_preptftpboot | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) -- 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 c083fd5449af8f590b19dbc465be3be38ca2f9ee Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Fri Mar 2 13:35:15 2018 +0100 install meta-package for linux-image to get most recent version. Thanks to Mike for the hint. --- debian/changelog | 1 + management/sbin/x2gothinclient_create | 4 ++-- management/sbin/x2gothinclient_preptftpboot | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 30a58a4..e6dbc07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -147,6 +147,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low * let user choose architecture by setting TC_ARCH variable. Default amd64. * improve support for gnupg and dbus. * modify x2gothinclientd to start scripts needed by gpg agent. + * install meta-package for linux-image to get most recent version. Thanks to Mike for the hint. [ Martti Pitkänen ] * debian/po: diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index 204a4a5..8b8cb3b 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -54,13 +54,13 @@ TC_FLAVOUR="${TC_FLAVOUR:-displaymanager}" if [ "$TC_ARCH" == "amd64" ] then ARCHSTR="" - KERNEL_VERSION="4.9.0-4-amd64" + KERNEL_VERSION="amd64" fi if [ "$TC_ARCH" == "i386" ] then ARCHSTR="--arch i386" - KERNEL_VERSION="4.9.0-4-686" + KERNEL_VERSION="686" fi if [ "x$TC_FLAVOUR" != "xminidesktop" ] && [ "x$TC_FLAVOUR" != "xdisplaymanager" ]; then diff --git a/management/sbin/x2gothinclient_preptftpboot b/management/sbin/x2gothinclient_preptftpboot index 98a2ab9..3e0d62a 100755 --- a/management/sbin/x2gothinclient_preptftpboot +++ b/management/sbin/x2gothinclient_preptftpboot @@ -68,12 +68,12 @@ cd "$TC_TFTP_BOOT" if [ "$TC_ARCH" == "amd64" ] then - KERNEL_VERSION="4.9.0-4-amd64" + KERNEL_VERSION="amd64" fi if [ "$TC_ARCH" == "i386" ] then - KERNEL_VERSION="4.9.0-4-686" + KERNEL_VERSION="686" fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git