From x2go@ymir.das-netzwerkteam.de  Tue Sep 18 18:45:44 2018
Received: (at control) by bugs.x2go.org; 18 Sep 2018 16:46:17 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.1
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id A97A45DAF1; Tue, 18 Sep 2018 18:45:43 +0200 (CEST)
From: =?utf-8?q?Mike_Gabriel?= <mike.gabriel@das-netzwerkteam.de>
To: 984-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 984@bugs.x2go.org
Subject: X2Go issue (in src:pyhoca-cli) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20180918164543.A97A45DAF1@ymir.das-netzwerkteam.de>
Date: Tue, 18 Sep 2018 18:45:43 +0200 (CEST)

tag #984 pending
fixed #984 0.5.99.1
thanks

Hello,

X2Go issue #984 (src:pyhoca-cli) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=commitdiff;h=e8dacb1

The issue will most likely be fixed in src:pyhoca-cli (0.5.99.1).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit e8dacb1ff7ef2435ee68e83b59d91bfb22a04395
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Tue Sep 18 18:41:38 2018 +0200

    Fix --share-local-folders (aka -F) option and really mount shared folders. (Fixes: #984).

diff --git a/debian/changelog b/debian/changelog
index d0b46a4..1e88d5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ pyhoca-cli (0.5.99.1-0x2go2) UNRELEASED; urgency=medium
     - Add --forward-sshagent / -A cmdline option for enabling SSH agent
       forwarding.
     - Entirely rewrite PyHocaCLI.authenticate() function. (Fixes: #1308).
+    - Fix --share-local-folders (aka -F) option and really mount shared folders.
+      (Fixes: #984).
   * debian/rules:
     + Build for Python3, not Python2.
     + Switch to pybuild DH build system.

