[gentoo-portage-dev] [PATCH 1/4] egencache --update-changelogs: Support setting ChangeLog file name

2015-11-02 Thread Michał Górny
--- bin/egencache | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/bin/egencache b/bin/egencache index 6407a44..11f49c6 100755 --- a/bin/egencache +++ b/bin/egencache @@ -170,6 +170,12 @@ def parse_args(args): help="output file for use.local.desc

[gentoo-portage-dev] [PATCH 4/4] egencache --update-changelogs: Support reversing order

2015-11-02 Thread Michał Górny
--- bin/egencache | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/bin/egencache b/bin/egencache index 984d9f2..51d115a 100755 --- a/bin/egencache +++ b/bin/egencache @@ -171,6 +171,9 @@ def parse_args(args): dest="uld_output") uc =

[gentoo-portage-dev] [PATCHES] egencache --update-changelogs: fixes for infra rsync

2015-11-02 Thread Michał Górny
Hi, A quick batch of patches fulfilling Infra requests needed for ChangeLog generation on rsync mirrors and fixing some minor issues. -- Best regards, Michał Górny

[gentoo-portage-dev] [PATCH 2/4] egencache --update-changelogs: Ignore all ChangeLog* files

2015-11-02 Thread Michał Górny
--- bin/egencache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/egencache b/bin/egencache index 11f49c6..f3eaa5c 100755 --- a/bin/egencache +++ b/bin/egencache @@ -816,7 +816,7 @@ class GenChangeLogs(object): f = l.split()

[gentoo-portage-dev] [PATCH 3/4] egencache --update-changelogs: Replace $Header$ with autogen note

2015-11-02 Thread Michał Górny
--- bin/egencache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/egencache b/bin/egencache index f3eaa5c..984d9f2 100755 --- a/bin/egencache +++ b/bin/egencache @@ -776,7 +776,7 @@ class GenChangeLogs(object): output.write(textwrap.dedent('''\

Re: [gentoo-portage-dev] [PATCHES] egencache --update-changelogs: fixes for infra rsync

2015-11-02 Thread Zac Medico
On 11/02/2015 10:18 AM, Michał Górny wrote: > Hi, > > A quick batch of patches fulfilling Infra requests needed for ChangeLog > generation on rsync mirrors and fixing some minor issues. > > -- > Best regards, > Michał Górny > > The whole series looks good, except it's missing updates to

Re: [gentoo-portage-dev] [PATCH] xpak-helper: rewrite to rely more on argparse

2015-11-02 Thread Zac Medico
On 11/02/2015 09:06 AM, Zac Medico wrote: > On 11/02/2015 08:52 AM, Mike Frysinger wrote: >> On 01 Nov 2015 09:36, Zac Medico wrote: >>> In order to handle python3 with arguments containing UTF-8 characters >>> (in ${PKGDIR}) and a mis-matched sys.getfilesystemencoding() value, it's >>> safest to

Re: [gentoo-portage-dev] [PATCH] xpak-helper: rewrite to rely more on argparse

2015-11-02 Thread Mike Frysinger
On 01 Nov 2015 09:36, Zac Medico wrote: > On 10/31/2015 10:23 PM, Mike Frysinger wrote: > > The current code implements a lot of ad-hoc argument parsing when it > > could simply let the argparse module do it all for it. This makes the > > code easier to understand and extend in the process. > >

Re: [gentoo-portage-dev] [PATCH] xpak-helper: rewrite to rely more on argparse

2015-11-02 Thread Zac Medico
On 11/02/2015 08:52 AM, Mike Frysinger wrote: > On 01 Nov 2015 09:36, Zac Medico wrote: >> In order to handle python3 with arguments containing UTF-8 characters >> (in ${PKGDIR}) and a mis-matched sys.getfilesystemencoding() value, it's >> safest to decode the arguments like chmod-lite.py does. >

[gentoo-portage-dev] [PATCH 2/2] egencache --update-changelogs: Support reversing order

2015-11-02 Thread Michał Górny
--- bin/egencache | 15 --- man/egencache.1 | 4 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/bin/egencache b/bin/egencache index 984d9f2..51d115a 100755 --- a/bin/egencache +++ b/bin/egencache @@ -171,6 +171,9 @@ def parse_args(args):

Re: [gentoo-portage-dev] [PATCHES] egencache --update-changelogs: fixes for infra rsync

2015-11-02 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/11/15 20:18, Zac Medico wrote: > The whole series looks good, except it's missing updates to > man/egencache.1. This was my main feedback as well. LGTM now. - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander -BEGIN