Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@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: Wed, 18 Nov 2015 18:01:31
Message-Id: 564CBCEC.1080307@gentoo.org
In Reply to: Re: [gentoo-dev] ChangeLog - Infra Response; update 2015/11/11, potential impact to 30min rsync cycle by Michael Orlitzky
1 On 11/18/2015 12:55 PM, Michael Orlitzky wrote:
2 >
3 > That's taking about half a second if I run it from the command-line.
4 >
5
6 ...and this takes even longer:
7
8 cinfo = self.grab(['git', self._work_tree, 'diff-tree',
9 '--name-status',
10 '--no-renames',
11 '--format=%ct %cN <%cE>%n%B',
12 '--root',
13 '--relative=%s' % (cp, ),
14 '-r',
15 c,
16 '--', '.']).rstrip('\n').split('\n')
17
18 That happens for every commit.