Re: [libvirt PATCH] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-05 Thread Erik Skultety
On Wed, Aug 05, 2020 at 09:57:17AM +0100, Daniel P. Berrangé wrote: > On Tue, Aug 04, 2020 at 06:27:08PM +0200, Erik Skultety wrote: > > By default, symlink re-creation fails if the link already exists, more > > specifically in case of meson-install-symlink.py: > > > > Traceback (most recent call

Re: [libvirt PATCH] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-05 Thread Daniel P . Berrangé
On Tue, Aug 04, 2020 at 06:27:08PM +0200, Erik Skultety wrote: > By default, symlink re-creation fails if the link already exists, more > specifically in case of meson-install-symlink.py: > > Traceback (most recent call last): > File "//scripts/meson-install-symlink.py", > line 15, in >

Re: [libvirt PATCH] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-05 Thread Peter Krempa
On Tue, Aug 04, 2020 at 19:48:15 +0200, Martin Kletzander wrote: > On Tue, Aug 04, 2020 at 06:27:08PM +0200, Erik Skultety wrote: > > By default, symlink re-creation fails if the link already exists, more > > specifically in case of meson-install-symlink.py: > > > > Traceback (most recent call las

Re: [libvirt PATCH] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-04 Thread Erik Skultety
On Tue, Aug 04, 2020 at 07:48:15PM +0200, Martin Kletzander wrote: > On Tue, Aug 04, 2020 at 06:27:08PM +0200, Erik Skultety wrote: > > By default, symlink re-creation fails if the link already exists, more > > specifically in case of meson-install-symlink.py: > > > > Traceback (most recent call l

Re: [libvirt PATCH] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-04 Thread Martin Kletzander
On Tue, Aug 04, 2020 at 06:27:08PM +0200, Erik Skultety wrote: By default, symlink re-creation fails if the link already exists, more specifically in case of meson-install-symlink.py: Traceback (most recent call last): File "//scripts/meson-install-symlink.py", line 15, in os.symlink

[libvirt PATCH] scripts: Fix meson-install-symlink.py overwriting existing links

2020-08-04 Thread Erik Skultety
By default, symlink re-creation fails if the link already exists, more specifically in case of meson-install-symlink.py: Traceback (most recent call last): File "//scripts/meson-install-symlink.py", line 15, in os.symlink(target, link) FileExistsError: File exists: '../default.xml'