From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Restarting 'staging' Date: Fri, 15 Jun 2018 13:31:40 +0200 Message-ID: <877en0uvz7.fsf@elephly.net> References: <87zhzzqyys.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTuEJ-0002eZ-PK for guix-devel@gnu.org; Fri, 15 Jun 2018 15:17:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTuEF-0002qQ-N3 for guix-devel@gnu.org; Fri, 15 Jun 2018 15:17:51 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21135) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTuEF-0002oa-CV for guix-devel@gnu.org; Fri, 15 Jun 2018 15:17:47 -0400 In-reply-to: <87zhzzqyys.fsf@fastmail.com> 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" To: Marius Bakke Cc: guix-devel@gnu.org Hi Marius, > Now that 'core-updates' is merged, it's time to get 'staging' rolling > again. We have lots of minor updates this round, mostly on the > graphical side. Is there anything we're missing that's eligible (<1200 > rebuilds)? The ant-build-system needs to be modified to raise an exception on test failures. Currently it uses the old (zero? (system* =E2=80=A6)) idiom, whi= ch causes failing tests to be ignored. This will cause all Java packages and packages depending on them to be rebuilt. -- Ricardo