From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 0/2] Updated patches for gunicorn Date: Thu, 15 Sep 2016 11:27:01 +0000 Message-ID: <87y42tbdyy.fsf@we.make.ritual.n0.is> References: <1473936893-20306-1-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUpE-0006XL-KP for guix-devel@gnu.org; Thu, 15 Sep 2016 07:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkUpA-0006vb-DT for guix-devel@gnu.org; Thu, 15 Sep 2016 07:27:27 -0400 Received: from aibo.runbox.com ([91.220.196.211]:37009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUpA-0006us-6W for guix-devel@gnu.org; Thu, 15 Sep 2016 07:27:24 -0400 In-Reply-To: <1473936893-20306-1-git-send-email-h.goebel@crazy-compilers.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: Hartmut Goebel , guix-devel@gnu.org Hi, Hartmut Goebel writes: > As discussed, I updated some comments. Additionally I added building teh > documentation (2nd patch). Thanks. One question, can't they be squashed so that it's just one initial commit? > Hartmut Goebel (2): > gnu: Add gunicorn and gunicorn-python2. > gnu: Build documentation for gunicorn and gunicorn-python2. > > gnu/packages/web.scm | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 80 insertions(+) > > -- > 2.7.4 > > > -- ng0