|
Re: [PATCH] Use shutil.move when os.rename fails
Will do. Thanks.
By
Devendra Tewari
·
#150066
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
<devendra.tewari@...> wrote:
If there are subtle issues which you don't yet understand then that's
all the more reason for not hiding the new shutil.move code behind a
test which will pass for
<devendra.tewari@...> wrote:
If there are subtle issues which you don't yet understand then that's
all the more reason for not hiding the new shutil.move code behind a
test which will pass for
|
By
Andre McCurdy
·
#150065
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
I did try that but got an error that does not happen when we try os.rename first. I'll try to reproduce it again.
I suspect there may be subtle differences in os.rename vs shutil.move with respect to
I did try that but got an error that does not happen when we try os.rename first. I'll try to reproduce it again.
I suspect there may be subtle differences in os.rename vs shutil.move with respect to
|
By
Devendra Tewari
·
#150064
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
<devendra.tewari@...> wrote:
It would be better to use shutil.move unconditionally in all cases,
rather than have a separate shutil.move code path which only gets
tested by people doing
<devendra.tewari@...> wrote:
It would be better to use shutil.move unconditionally in all cases,
rather than have a separate shutil.move code path which only gets
tested by people doing
|
By
Andre McCurdy
·
#150063
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
Thanks! My bad. The example I looked up in Python docs had a break and I just realized it was a looping example.
Here’s the updated patch (or should I submit it again via git send-email?)
From
Thanks! My bad. The example I looked up in Python docs had a break and I just realized it was a looping example.
Here’s the updated patch (or should I submit it again via git send-email?)
From
|
By
Devendra Tewari
·
#150062
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#150061
·
|
|
Re: master eSDK hash problem with METADATA_REVISION and base-files:do_install
I was using master-next (version was right before I sent the email), and it
still failed.
Looking at things, there doesn't appear to be any METADATA_REVISION set in the
normal build, but there is one
I was using master-next (version was right before I sent the email), and it
still failed.
Looking at things, there doesn't appear to be any METADATA_REVISION set in the
normal build, but there is one
|
By
Mark Hatle
·
#150060
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
That break should definitely not be there, that changes behaviour.
Same here...
and again...
and again...
That break should definitely not be there, that changes behaviour.
Same here...
and again...
and again...
|
By
Richard Purdie
·
#150059
·
|
|
Re: [dunfell][PATCH] git: fix CVE-2021-21300
First of all, thanks for helping reduce the CVE count!
The above status/signoff should be in the patch file itself, rather
than the commit message.
For details see the "Patch name convention and
First of all, thanks for helping reduce the CVE count!
The above status/signoff should be in the patch file itself, rather
than the commit message.
For details see the "Patch name convention and
|
By
Steve Sakoman
·
#150058
·
|
|
[PATCH v2] cve-update-db-native: Allow to overrule the URL in a bbappend.
With this small patch, it's possible to overrule the public
URL with a local mirror for those without Internet access.
Signed-off-by: Jan Vermaete <jan.vermaete@...>
---
With this small patch, it's possible to overrule the public
URL with a local mirror for those without Internet access.
Signed-off-by: Jan Vermaete <jan.vermaete@...>
---
|
By
Jan Vermaete
·
#150057
·
|
|
Re: [PATCH] make-mod-scripts: Provide the correct objcopy to kernel make
On 11:14-20210329, Bruce Ashfield wrote:
[..]
> > >
> > > So we really have to pass this, when fundamentally it is the same
> > > definition as what the defaults give us.
> > >
> > > What does that
On 11:14-20210329, Bruce Ashfield wrote:
[..]
> > >
> > > So we really have to pass this, when fundamentally it is the same
> > > definition as what the defaults give us.
> > >
> > > What does that
|
By
Nishanth Menon
·
#150056
·
|
|
Re: [PATCH v3 1/2] valgrind: update 3.16.1 -> 3.17.0
This is very strange, never seen this test appear in the failure list.
I looked at the more recent runs and don't see this failure reproduced.
Anyways I went ahead and made sure at least it works on
This is very strange, never seen this test appear in the failure list.
I looked at the more recent runs and don't see this failure reproduced.
Anyways I went ahead and made sure at least it works on
|
By
Yi Fan Yu
·
#150055
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
Also, this is due to https://bugzilla.yoctoproject.org/show_bug.cgi?id=1430.
Also, this is due to https://bugzilla.yoctoproject.org/show_bug.cgi?id=1430.
|
By
Devendra Tewari
·
#150054
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
Sure.
Would the following commit message be sufficient?
Use shutil.move when os.rename fails
Incremental build in Docker fails with
OSError: [Errno 18] Invalid cross-device link
Sure.
Would the following commit message be sufficient?
Use shutil.move when os.rename fails
Incremental build in Docker fails with
OSError: [Errno 18] Invalid cross-device link
|
By
Devendra Tewari
·
#150053
·
|
|
Re: [PATCH v2 1/3] meson: fix native/host confusion in gobject-introspection
yeah I dropped it from meta-gnom now
yeah I dropped it from meta-gnom now
|
By
Khem Raj
·
#150052
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
Yes please quote a bit from the python manpage [1] - I certainly see the difference (and the edge cases where os.rename might fail), but that should be documented as part of the commit message
[1]
Yes please quote a bit from the python manpage [1] - I certainly see the difference (and the edge cases where os.rename might fail), but that should be documented as part of the commit message
[1]
|
By
Konrad Weihmann <kweihmann@...>
·
#150051
·
|
|
Re: [PATCH] Use shutil.move when os.rename fails
Can you document the cases that os.rename() is failing ? And also why
would we expect the shutil.move() to work in those cases ?
If a change like this cases issues in the future, we need that
Can you document the cases that os.rename() is failing ? And also why
would we expect the shutil.move() to work in those cases ?
If a change like this cases issues in the future, we need that
|
By
Bruce Ashfield
·
#150050
·
|
|
Re: [meta-oe][master][PATCH] libcroco: Add fix for CVE-2020-12825
The subject still says [meta-oe] while the patch is for oe-core, that might be what mislead Khem.
The subject still says [meta-oe] while the patch is for oe-core, that might be what mislead Khem.
|
By
Martin Jansa
·
#150049
·
|
|
[PATCH] Use shutil.move when os.rename fails
---
meta/classes/sstate.bbclass | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index
---
meta/classes/sstate.bbclass | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index
|
By
Devendra Tewari
·
#150048
·
|
|
Re: [PATCH] make-mod-scripts: Provide the correct objcopy to kernel make
That's what I figured. I was worried I was missing some sort of
usecase. No harm in copying the existing pattern, I didn't introduce
it either, so I wanted to make sure there wasn't something going
That's what I figured. I was worried I was missing some sort of
usecase. No harm in copying the existing pattern, I didn't introduce
it either, so I wanted to make sure there wasn't something going
|
By
Bruce Ashfield
·
#150047
·
|