Gentoo Archives: gentoo-dev

From: monto <m0nt0@×××××.it>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] How long can take an ebuild to compile ??
Date: Sun, 08 Feb 2004 23:34:45
Message-Id: 1076283273.13950.19.camel@m0nt0
In Reply to: Re: [gentoo-dev] How long can take an ebuild to compile ?? by neuron
1 > cut off the most extreme values and use the average. (median or something?)
2 > Should get a pretty good average.
3 can take the number of submissions for the ebuild and do someting like
4
5 new_time= old_time - ((old_time - submitted_new_time) /
6 number_submission)
7
8 but maybe that there is a better way to do this.
9
10
11 --
12 gentoo-dev@g.o mailing list