Message ID | 20241023073914.895438-1-pierrick.bouvier@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | scripts: remove erroneous file that breaks git clone on Windows | expand |
On Wed, Oct 23, 2024 at 12:39:14AM -0700, Pierrick Bouvier wrote: > This file was created by mistake in recent ed7667188 (9p: remove > 'proxy' filesystem backend driver). > > When cloning the repository using native git for windows, we see this: > Error: error: invalid path 'scripts/meson-buildoptions.' > Error: The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128 > --- > scripts/meson-buildoptions. | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 scripts/meson-buildoptions. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> > > diff --git a/scripts/meson-buildoptions. b/scripts/meson-buildoptions. > deleted file mode 100644 > index e69de29bb2d..00000000000 > -- > 2.39.5 With regards, Daniel
On 10/23/24 09:39, Pierrick Bouvier wrote: > This file was created by mistake in recent ed7667188 (9p: remove > 'proxy' filesystem backend driver). > > When cloning the repository using native git for windows, we see this: > Error: error: invalid path 'scripts/meson-buildoptions.' > Error: The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128 > --- > scripts/meson-buildoptions. | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 scripts/meson-buildoptions. > > diff --git a/scripts/meson-buildoptions. b/scripts/meson-buildoptions. > deleted file mode 100644 > index e69de29bb2d..00000000000 Queued, thanks. Paolo
On 10/23/24 00:39, Pierrick Bouvier wrote: > This file was created by mistake in recent ed7667188 (9p: remove > 'proxy' filesystem backend driver). > > When cloning the repository using native git for windows, we see this: > Error: error: invalid path 'scripts/meson-buildoptions.' > Error: The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128 > --- > scripts/meson-buildoptions. | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 scripts/meson-buildoptions. > > diff --git a/scripts/meson-buildoptions. b/scripts/meson-buildoptions. > deleted file mode 100644 > index e69de29bb2d..00000000000 cc qemu-stable
29.10.2024 21:09, Pierrick Bouvier wrote: > On 10/23/24 00:39, Pierrick Bouvier wrote: >> This file was created by mistake in recent ed7667188 (9p: remove >> 'proxy' filesystem backend driver). >> >> When cloning the repository using native git for windows, we see this: >> Error: error: invalid path 'scripts/meson-buildoptions.' > cc qemu-stable Yeah, I noticed this patch already. Thankfully, the mentioned commit isn't in any released version yet (it's past 9.1), so the wrong file doesn't need to be deleted in any stable series. But thank you for caring for stable series, much appreciated! /mjt
On 10/31/24 04:01, Michael Tokarev wrote: > 29.10.2024 21:09, Pierrick Bouvier wrote: >> On 10/23/24 00:39, Pierrick Bouvier wrote: >>> This file was created by mistake in recent ed7667188 (9p: remove >>> 'proxy' filesystem backend driver). >>> >>> When cloning the repository using native git for windows, we see this: >>> Error: error: invalid path 'scripts/meson-buildoptions.' > >> cc qemu-stable > > Yeah, I noticed this patch already. Thankfully, the mentioned > commit isn't in any released version yet (it's past 9.1), so > the wrong file doesn't need to be deleted in any stable series. > Thanks for checking this Michael. > But thank you for caring for stable series, much appreciated! > > /mjt > Regards, Pierrick
diff --git a/scripts/meson-buildoptions. b/scripts/meson-buildoptions. deleted file mode 100644 index e69de29bb2d..00000000000