Gentoo Archives: gentoo-dev

From: Patrick Lauer <patrick@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Bug #565566: Why is it still not fixed?
Date: Tue, 23 Feb 2016 21:54:40
Message-Id: 56CCD4DC.3040509@gentoo.org
In Reply to: Re: [gentoo-dev] Bug #565566: Why is it still not fixed? by Alec Warner
1 On 02/23/2016 07:07 PM, Alec Warner wrote:
2 > On Tue, Feb 23, 2016 at 9:14 AM, Patrick Lauer <patrick@g.o
3 > <mailto:patrick@g.o>> wrote:
4 >
5 > See https://bugs.gentoo.org/show_bug.cgi?id=565566
6 >
7 > Since we have ChangeLogs again (November) they've been in backwards
8 > order. Which is not really good - it breaks tools (like emerge
9 > --changelog) and makes it harder to read for humans.
10 >
11 > As a bonus it's inconsistent because the old Changelog-2015 files
12 > are in
13 > normal order, and the new ones are reversed. Which sense no makes.
14 >
15 > The suggestions in the bug are of great entertainment value, but they
16 > all avoid the simple idea of generating ChangeLogs in changelog
17 > (reverse
18 > chronological) order. Which would fix all tools and make almost every
19 > consumer of changelogs happy.
20 >
21 > So, can we please, after over 4 months of stalling, just fix this
22 > embarassment?
23 >
24 >
25 > I don't see any attached patches...so it looks like there is room for
26 > you to contribute.
27 >
28 > -A
29 >
30 >
31 from gitweb.gentoo.org -
32 infra/mastermirror-scripts.git
33
34 ~line 167:
35
36 |
37
38 case $HOURS in
39 3|9|15|21) EGENCACHE_CHANGELOG="--update-changelogs --changelog-reversed
40 --changelog-output ChangeLog" ;;
41 esac
42
43
44 remove "--changelog-reversed"
45
46 Enjoy cookie.
47 (Of course this may require removing the existing changelogs first etc. ...)
48
49 |

Replies

Subject Author
[gentoo-dev] Re: Bug #565566: Why is it still not fixed? Duncan <1i5t5.duncan@×××.net>