diff mbox

[1/1] util-linux: rename patches to follow the new name convention

Message ID 1418217249-55637-1-git-send-email-kaszak@gmail.com
State Superseded
Headers show

Commit Message

Karoly Kasza Dec. 10, 2014, 1:14 p.m. UTC
Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
 ...{util-linux-001-sscanf-no-ms-as.patch => 001-sscanf-no-ms-as.patch} |    0
 ...cation-short-name.patch => 002-program-invocation-short-name.patch} |    0
 ...patch => 003-c.h-define-mkostemp-for-older-version-of-uClibc.patch} |    0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename package/util-linux/{util-linux-001-sscanf-no-ms-as.patch => 001-sscanf-no-ms-as.patch} (100%)
 rename package/util-linux/{util-linux-002-program-invocation-short-name.patch => 002-program-invocation-short-name.patch} (100%)
 rename package/util-linux/{util-linux-003-c.h-define-mkostemp-for-older-version-of-uClibc.patch => 003-c.h-define-mkostemp-for-older-version-of-uClibc.patch} (100%)

Comments

Vicente Olivert Riera Dec. 10, 2014, 3:11 p.m. UTC | #1
Dear Karoly Kasza,

the new name convention says the patches should be prefixes with a
4-digit number. So, 0001 instead of 001, etc.

Could you please fix that and resend your patch? Thanks.

Best regards,
Karoly Kasza Dec. 10, 2014, 3:21 p.m. UTC | #2
Hi,

Sorry, I missed it.
Wouldn't be better to do all packages in one run of "git mv"-s? I recall
seeing some patch (possibly from Peter) doing that on the near past?


On Wed, Dec 10, 2014 at 4:11 PM, Vicente Olivert Riera <
Vincent.Riera@imgtec.com> wrote:

> Dear Karoly Kasza,
>
> the new name convention says the patches should be prefixes with a
> 4-digit number. So, 0001 instead of 001, etc.
>
> Could you please fix that and resend your patch? Thanks.
>
> Best regards,
> --
> Vicente Olivert Riera
> Graduate Software Engineer, MIPS Platforms
> Imagination Technologies Limited
> t: +44 (0)113 2429814
> www.imgtec.com
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
Vicente Olivert Riera Dec. 10, 2014, 3:26 p.m. UTC | #3
Dear Károly Kasza,

On 12/10/2014 03:21 PM, Károly Kasza wrote:
> Wouldn't be better to do all packages in one run of "git mv"-s?

I'm not sure, because there are lots of patches in the patchwork queue
which may be touch some package-patches, so if you send a patch to
rename all package-patches for all buildroot packages, there could be
lots of patches that couldn't be applied as they are. I think it's
better to fix one package at a time, but that's only my opinion, I could
be wrong.

Best regards,
Thomas Petazzoni Dec. 10, 2014, 8:23 p.m. UTC | #4
Dear Karoly Kasza,

On Wed, 10 Dec 2014 14:14:09 +0100, Karoly Kasza wrote:
> 
> Signed-off-by: Karoly Kasza <kaszak@gmail.com>
> ---
>  ...{util-linux-001-sscanf-no-ms-as.patch => 001-sscanf-no-ms-as.patch} |    0
>  ...cation-short-name.patch => 002-program-invocation-short-name.patch} |    0
>  ...patch => 003-c.h-define-mkostemp-for-older-version-of-uClibc.patch} |    0
>  3 files changed, 0 insertions(+), 0 deletions(-)

Thanks, but Gustavo also sent another similar patch, which included a
fix for a CVE security issue, so I took Gustavo's patch instead.

Thanks!

Thomas
Yann E. MORIN Dec. 10, 2014, 10:22 p.m. UTC | #5
Vicente, All,

On 2014-12-10 15:26 +0000, Vicente Olivert Riera spake thusly:
> On 12/10/2014 03:21 PM, Károly Kasza wrote:
> > Wouldn't be better to do all packages in one run of "git mv"-s?

Yes, there's a patch from Samuel doing that with a (Python!) script.

> I'm not sure, because there are lots of patches in the patchwork queue
> which may be touch some package-patches, so if you send a patch to
> rename all package-patches for all buildroot packages, there could be
> lots of patches that couldn't be applied as they are. I think it's
> better to fix one package at a time, but that's only my opinion, I could
> be wrong.

Well, except if one really want to bust his number of commits, there is
no reason to do so.

Yesterday during the Patchwork cleanup session, Peter agreed on using
Samuel's script to rename all patches in one go.

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/package/util-linux/util-linux-001-sscanf-no-ms-as.patch b/package/util-linux/001-sscanf-no-ms-as.patch
similarity index 100%
rename from package/util-linux/util-linux-001-sscanf-no-ms-as.patch
rename to package/util-linux/001-sscanf-no-ms-as.patch
diff --git a/package/util-linux/util-linux-002-program-invocation-short-name.patch b/package/util-linux/002-program-invocation-short-name.patch
similarity index 100%
rename from package/util-linux/util-linux-002-program-invocation-short-name.patch
rename to package/util-linux/002-program-invocation-short-name.patch
diff --git a/package/util-linux/util-linux-003-c.h-define-mkostemp-for-older-version-of-uClibc.patch b/package/util-linux/003-c.h-define-mkostemp-for-older-version-of-uClibc.patch
similarity index 100%
rename from package/util-linux/util-linux-003-c.h-define-mkostemp-for-older-version-of-uClibc.patch
rename to package/util-linux/003-c.h-define-mkostemp-for-older-version-of-uClibc.patch