From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add gitolite. Date: Mon, 20 Apr 2015 17:27:29 +0200 Message-ID: References: <87r3rkb8zp.fsf@fsf.org> <87iocqbzjh.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkDbp-0001Wn-VB for guix-devel@gnu.org; Mon, 20 Apr 2015 11:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkDbm-0003SY-Hc for guix-devel@gnu.org; Mon, 20 Apr 2015 11:27:41 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:38892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkDbm-0003Rb-84 for guix-devel@gnu.org; Mon, 20 Apr 2015 11:27:38 -0400 In-Reply-To: <87iocqbzjh.fsf@fsf.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson writes: > David Thompson writes: > >> Gitolite is a lightweight tool for managing access control to Git >> repositories. We use it at the FSF and it works pretty well. >> >> AFAICT, I've managed to avoid propogating Perl, but I have to propagate >> OpenSSH and Git for now. They are referenced in too many scripts in too >> many ways for a regexp substitution to do a good job. Fixing this >> requires working with the upstream maintainers, I think. >> >> From 12a8ab427800a004059c847742fa40bf35de1bb2 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Thu, 16 Apr 2015 03:23:52 -0400 >> Subject: [PATCH] gnu: Add gitolite. > > I would like to push this soon if there are no objections. I just went over the patch set and it looks good to me. Pity about OpenSSH and Git being propagated, but I agree that this should be a task for upstream (e.g. allowing to pass paths to both tools with configure flags or so). ~~ Ricardo