From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add httpd Date: Sun, 29 Sep 2013 20:26:53 +0200 Message-ID: <8738oniivm.fsf@gnu.org> References: <1380465751.25677.5.camel@creek.rivers> <877gdzilzy.fsf@gnu.org> 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]:57051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLmj-00041n-6f for guix-devel@gnu.org; Sun, 29 Sep 2013 14:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQLme-0008S4-3o for guix-devel@gnu.org; Sun, 29 Sep 2013 14:32:01 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:45800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQLmd-0008Rz-Tm for guix-devel@gnu.org; Sun, 29 Sep 2013 14:31:56 -0400 In-Reply-To: <877gdzilzy.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 29 Sep 2013 19:19:29 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Aljosha Papsch Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: >> From a54ae468ab008bad21e5d1069ee36a0eaa0ee40a Mon Sep 17 00:00:00 2001 >> From: Aljosha Papsch >> Date: Sun, 29 Sep 2013 16:30:19 +0200 >> Subject: [PATCH] gnu: Add httpd * gnu/packages/web.scm (httpd): New vari= able * >> gnu-system.am (GNU_SYSTEM_MODULES): Add it > > Please just write just =E2=80=9CAdd httpd=E2=80=9D in the subject line, a= nd write the > rest of the log in the body, one line per thing. > > Here=E2=80=99s an example: Here it is, really: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Dab4fab19380138df582f= dde846e7524481964c1a . Ludo=E2=80=99.