diff mbox series

scripts: remove erroneous file that breaks git clone on Windows

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

Commit Message

Pierrick Bouvier Oct. 23, 2024, 7:39 a.m. UTC
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.

Comments

Daniel P. Berrangé Oct. 23, 2024, 8:10 a.m. UTC | #1
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
Paolo Bonzini Oct. 24, 2024, 11:21 a.m. UTC | #2
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
Pierrick Bouvier Oct. 29, 2024, 6:09 p.m. UTC | #3
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
Michael Tokarev Oct. 31, 2024, 11:01 a.m. UTC | #4
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
Pierrick Bouvier Oct. 31, 2024, 6:05 p.m. UTC | #5
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 mbox series

Patch

diff --git a/scripts/meson-buildoptions. b/scripts/meson-buildoptions.
deleted file mode 100644
index e69de29bb2d..00000000000