From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [GSoC] Continuous integration tool =?utf-8?Q?=C3=A0?= la Hydra. Date: Sat, 06 Aug 2016 12:19:38 -0400 Message-ID: <878tw9vpid.fsf@netris.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bW4KJ-0002OQ-Qs for guix-devel@gnu.org; Sat, 06 Aug 2016 12:19:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bW4KE-0000xv-PK for guix-devel@gnu.org; Sat, 06 Aug 2016 12:19:54 -0400 Received: from world.peace.net ([50.252.239.5]:46636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bW4KE-0000xr-LL for guix-devel@gnu.org; Sat, 06 Aug 2016 12:19:50 -0400 In-Reply-To: (David Craven's message of "Sat, 6 Aug 2016 13:05:15 +0200") 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: David Craven Cc: guix-devel David Craven writes: > Hi Mathieu, > > Are you already working on a package/service for guix? > > I'd like to deploy it to my server to avoid silly mistakes > like in my last two pushes to master... > > Does it rebuild from commit individually or only HEAD? > This would be nice to check for rebase mistakes where > HEAD builds but a commit doesn't. We don't have enough build farm capacity to make it practical to check every commit. It might make sense to include an option for this, but most of the time we'd need to disable it. Mark