Re: [virt-tools-list] [PATCH] virtinst: Update SUSE media detection

2018-04-24 Thread Cole Robinson
On 04/10/2018 05:48 PM, Charles Arnold wrote: > Add the ability to detect a .treeinfo file found on newer > SUSE distro media. Specifically, SLE15, openSUSE Leap 15 > (newer than pre-release build 191), and Tumbleweed > beginning with build 20180407 which all contain a > .treeinfo file on the media

Re: [virt-tools-list] [virt-manager] [PATCH] tests: uriparse: Test for @ symbol in username

2018-04-24 Thread Cole Robinson
On 04/18/2018 02:31 AM, Radostin Stoyanov wrote: > Add test case for URI that contains the @ symbol in username. > > Signed-off-by: Radostin Stoyanov > --- > tests/uriparse.py | 4 > 1 file changed, 4 insertions(+) > > diff --git a/tests/uriparse.py b/tests/uriparse.py > index 5f733820..e2

Re: [virt-tools-list] [virt-manager] [PATCHv2] urlfetcher: Add support for FTP authentication

2018-04-24 Thread Cole Robinson
On 04/18/2018 09:23 AM, Radostin Stoyanov wrote: > From: Mark Hamzy > > If --location is an ftp url with a username and password > then virt-install fails to install with an error: > ERROR Error validating install location: Opening URL u failed: 530 Login > incorrect.. > --- > This is a tweaked v

Re: [virt-tools-list] [virt-viewer] win32: Look up translations relative to installation directory

2018-04-24 Thread Daniel P . Berrangé
On Fri, Apr 20, 2018 at 12:36:18PM +0200, Christophe Fergeau wrote: > On Windows, we can't use bindtextdomain(GETTEXT_PACKAGE, LOCALE_DIR); as > LOCALE_DIR is a compile-time constant, while the location of the > translations will be dependant on where the user installs virt-viewer. > This results i

[virt-tools-list] [virt-manager PATCH v2] Redesign OS distro selection UI to be faster to use

2018-04-24 Thread Daniel P . Berrangé
The current OS distro selection UI is fairly cumbersome to use. First you need to decide on a variant, then decide a distro and then look for the version you want. The list is filtered by default so only a subset of OS are displayed. So for less common distros you'll then need to start again and te

[virt-tools-list] [virt-manager PATCH] git: add a git publish configuration file

2018-04-24 Thread Daniel P . Berrangé
Provide a config file for git-publish that sets the right mailing list and patch subject prefix. Signed-off-by: Daniel P. Berrangé --- .gitpublish | 4 1 file changed, 4 insertions(+) create mode 100644 .gitpublish diff --git a/.gitpublish b/.gitpublish new file mode 100644 index

Re: [virt-tools-list] [virt-manager PATCH] git: add a git publish configuration file

2018-04-24 Thread Marc-André Lureau
On Tue, Apr 24, 2018 at 8:11 PM, Daniel P. Berrangé wrote: > Provide a config file for git-publish that sets the right mailing list > and patch subject prefix. > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Marc-André Lureau > --- > .gitpublish | 4 > 1 file changed, 4 insertions(+)