[X2Go-Commits] [live-build-x2go] branch feature/openbox updated (db06cd4 -> e4cfc12)

git-admin at x2go.org git-admin at x2go.org
Tue Feb 14 09:34:05 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch feature/openbox
in repository live-build-x2go.

      from  db06cd4   removed inotify, no longer needed, never worked for us
       new  bd09ef7   added a few packages as required, to see if we can build with "apt-recommends false"
       new  5dfd7be   added tcp printing feature
       new  b12987b   added patch to share session config between X2GoClient for Windows in portable mode and X2Go-TCE isohybrid residing on same USB media
       new  61bf0a1   added patch to share ssh secret keys between X2GoClient for Windows in portable mode and X2Go-TCE isohybrid residing on same USB media
       new  99c49e5   trying to get live-tools included into the final image
       new  6bc9323   switched to one package name per line
       new  25d3af2   switched to one package name per line
       new  cdcc320   switched to one package name per line
       new  41b1b09   switched to one package name per line
       new  1fe2775   moved x-related packages to desktop.list.chroot
       new  54a63cc   added more packages to make system useable when useing apt-recommmends false
       new  976c51a   added ssh and wget packages so image works even with apt-recommends false
       new  a6e2ab5   added packages for rdp support and additional packages for pulseaudio when using apt-recommends false
       new  295ba4f   sudo was still missing when using apt-recommends false
       new  6075c4e   add ntfs read-write support
       new  c769c42   added option to disable screen blanking
       new  84bb715   fixed whitespace detection around cmdline parameters
       new  8bc2277   typofixes
       new  707dbd1   make autoupdater wait until tty10 becomes available
       new  c65cb02   fixed whitespace detection around cmdline parameters
       new  c61268e   changed path-/filenames etc. to X2Go/x2go-tce prefix
       new  f07bcf4   changed noblank to blank=minutes (0 turns feature off, along with dpms)
       new  6871d50   changed blank/nodpms parameters
       new  87c093a   typofix, forgot escapes
       new  27cf27f   fix dpms call
       new  fe0d89d   added support for incomplete and dash-separated ntfs uuids
       new  2f69cea   name change
       new  236d844   name change
       new  81c2ff5   added some status messages and error checking
       new  5dfa60a   name change
       new  7b2b24a   name change
       new  b744314   name change
       new  827bfbe   name change
       new  ea25162   name change
       new  1f1926f   name change
       new  ebd3f74   name change
       new  3ec1530   added support for updatesleep parameter
       new  6154bc2   name change
       new  7a8f5fe   name change, adapted to work with new TCE
       new  7f4f971   name change
       new  0ce542f   name change
       new  01e3ce6   name change, adapted to work with new TCE
       new  631b1c6   undid path change
       new  f56007e   name change
       new  5695de5   name change
       new  792bff2   detection of NTFSROOT when given an incomplete UUID would fail
       new  19bff46   fixed calculation error - lower limit for maximum sleep time must be 240, as 239 might be a valid result when calculating the minimum sleep time
       new  33d84f7   -e was missing at echo, thus literal backslash n was being printed
       new  ec205de   added httpfs, ftpfs, nfs support
       new  f510ac8   added usbmount and pinentry support
       new  981c5fb   typofix
       new  ac2ebc4   wget output is different for ftp, changes to SIZEFACTORSTRING and DLRATE required
       new  3a58f19   changed wget output to progress bar style in all cases
       new  5e4ceb9   added ca-certificates for wget ssl support
       new  60ef137   removed curlftpfs, not needed
       new  75c7143   added parameter and directory creation for filesharing support
       new  1987372   File Sharing wasn't working - ownership/permissions issue fixed now
       new  e4cfc12   permissions were wrong again (777), must be 700

The 58 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:
 .../config/{2000-ipconfig => 2000-showifconfig}    |    6 +-
 .../includes.chroot/lib/live/config/2100-lockuser  |    2 +-
 ...2150-setsshkey => 2150-getsshpubkeysfromserver} |   10 +-
 ...1-getxorgconf => 2200-xserver-xorg-getxorgconf} |    6 +-
 .../{2300-autoupdate => 2300-live-autoupdate}      |  117 +++++++++++++-------
 .../live/config/2400-x2go-getportableappsessions   |   23 ++++
 .../config/2410-x2go-getopensshportableclientkey   |   46 ++++++++
 .../includes.chroot/lib/live/config/2500-tcpprint  |   76 +++++++++++++
 .../lib/live/config/2800-x2go-thinclientconfig     |   28 ++++-
 config/package-lists/desktop.list.chroot           |   11 +-
 config/package-lists/firmware.list.chroot          |    8 +-
 config/package-lists/live.list.chroot              |   16 +++
 config/package-lists/ntfs.list.chroot              |    6 +
 config/package-lists/utils.list.chroot             |   16 ++-
 config/package-lists/x2go.list.chroot              |   54 ++++++++-
 15 files changed, 368 insertions(+), 57 deletions(-)
 rename config/includes.chroot/lib/live/config/{2000-ipconfig => 2000-showifconfig} (94%)
 rename config/includes.chroot/lib/live/config/{2150-setsshkey => 2150-getsshpubkeysfromserver} (82%)
 rename config/includes.chroot/lib/live/config/{2200-x11-getxorgconf => 2200-xserver-xorg-getxorgconf} (94%)
 rename config/includes.chroot/lib/live/config/{2300-autoupdate => 2300-live-autoupdate} (75%)
 create mode 100755 config/includes.chroot/lib/live/config/2400-x2go-getportableappsessions
 create mode 100755 config/includes.chroot/lib/live/config/2410-x2go-getopensshportableclientkey
 create mode 100755 config/includes.chroot/lib/live/config/2500-tcpprint
 create mode 100644 config/package-lists/ntfs.list.chroot

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list