From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] git-service Date: Sat, 19 Nov 2016 21:49:05 +0000 Message-ID: <20161119214906.13804-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8DVo-00043E-Dd for guix-devel@gnu.org; Sat, 19 Nov 2016 16:49:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8DVl-0008Vc-CE for guix-devel@gnu.org; Sat, 19 Nov 2016 16:49:28 -0500 Received: from aibo.runbox.com ([91.220.196.211]:37287) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c8DVl-0008S9-6p for guix-devel@gnu.org; Sat, 19 Nov 2016 16:49:25 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c8DVi-00054F-79 for guix-devel@gnu.org; Sat, 19 Nov 2016 22:49:22 +0100 Received: from xd9bb9644.dyn.telefonica.de ([217.187.150.68] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1c8DVa-0002rI-VH for guix-devel@gnu.org; Sat, 19 Nov 2016 22:49:15 +0100 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: guix-devel@gnu.org [PATCH] gnu: services: Add git-service. Right now, this service does not work (vm does not build) when I try to build the vm with "./pre-inst-env guix system vm ../testvm-git.scm", where ../testvm-git is a file I will append in the 2nd follow-up message.