From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Dealing with mass rebuilds Date: Thu, 22 Oct 2015 20:32:06 +0200 Message-ID: <20151022183206.GA3680@debian> References: <20151020161651.4759.8347@vcs.savannah.gnu.org> <87zizd2ymv.fsf@netris.org> <8737x5e32l.fsf_-_@gnu.org> <871tcmkbon.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpKet-0001n8-FU for guix-devel@gnu.org; Thu, 22 Oct 2015 14:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpKep-0006x2-Ff for guix-devel@gnu.org; Thu, 22 Oct 2015 14:32:15 -0400 Content-Disposition: inline In-Reply-To: <871tcmkbon.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Thu, Oct 22, 2015 at 02:20:08PM -0400, Mark H Weaver wrote: > After applying the 'giflib' and 'curl' updates to the 'dbus-update' > branch (and also merging master), the number of queued jobs on that > jobset went from about 1000 to over 2200. Based on this, and also based This is actually coherent with the numbers given by "guix refresh -l": 143 for curl, 131 for giflib (there may be some overlap, but probably not too much); and then we need to multiply it by 4 now for our multiple architectures! Andreas