Gentoo Archives: gentoo-dev

From: Jason Zaman <perfinion@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ChangeLog - Infra Response; update 2015/11/11, potential impact to 30min rsync cycle
Date: Thu, 12 Nov 2015 10:49:52
Message-Id: 20151112104938.GA32695@meriadoc
In Reply to: Re: [gentoo-dev] ChangeLog - Infra Response; update 2015/11/11, potential impact to 30min rsync cycle by Alexis Ballier
1 On Thu, Nov 12, 2015 at 11:46:19AM +0100, Alexis Ballier wrote:
2 > On Wed, 11 Nov 2015 23:11:48 +0000
3 > "Robin H. Johnson" <robbat2@g.o> wrote:
4 >
5 > > On Thu, Nov 05, 2015 at 12:54:06PM +0100, Alexis Ballier wrote:
6 > > > It's not perfectly clean but I don't see any problem here:
7 > > > ChangeLog-2015 : all ChangeLog from CVS
8 > > > ChangeLog: autogenerated from git
9 > > FYI, this was implemented.
10 >
11 >
12 > Thanks!
13 >
14 > How should one report bugs ? to infra or portage ?
15 > From my just rsynced tree, I see changelogs in reverse order: oldest
16 > come first, latest come last
17
18 NOTABUG, it was changed because rsync can deal really well with
19 appending to the end of files. rsyncing a file where things were things
20 were added to the beginning of the file means rsync will copy the whole
21 file from scratch which is pretty sub-optimal.

Replies