From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] services: Add 'cuirass-service'. Date: Wed, 26 Oct 2016 20:22:36 -0400 Message-ID: <20161027002236.GA13596@jasmine> References: <20161026130558.31924-1-mthl@gnu.org> <20161026130558.31924-3-mthl@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzYSw-000682-NZ for guix-devel@gnu.org; Wed, 26 Oct 2016 20:22:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzYSt-0006yB-1J for guix-devel@gnu.org; Wed, 26 Oct 2016 20:22:42 -0400 Content-Disposition: inline In-Reply-To: <20161026130558.31924-3-mthl@gnu.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" To: Mathieu Lirzin Cc: guix-devel@gnu.org On Wed, Oct 26, 2016 at 03:05:58PM +0200, Mathieu Lirzin wrote: > > * gnu/services/cuirass.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * doc/guix.texi (Continuous integration): New node. > +In order to add build jobs you will have to set the > +@code{specifications} field. Due to current limitations of Cuirass, the > +specifications are re-added each time the associated Shepherd service is > +restarted. This is indeed a bug. Here is an example of a cuirass > +service defining a build job based on a specification that can be found > +in Cuirass source tree. What does it mean for the specifications to be "re-added"? Can you clarify this in the docs?