From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: bug#25957: gitolite broken: created repositories keep references to /usr/bin for hooks Date: Fri, 3 Mar 2017 21:58:19 +0000 Message-ID: <20170303215819.bttmrfsbhlxyipmy@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cju9Q-0006Ye-3D for bug-guix@gnu.org; Fri, 03 Mar 2017 15:50:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cju9L-0008LE-4T for bug-guix@gnu.org; Fri, 03 Mar 2017 15:50:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40650) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cju9L-0008L1-1M for bug-guix@gnu.org; Fri, 03 Mar 2017 15:50:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cju9K-0002Re-Nh for bug-guix@gnu.org; Fri, 03 Mar 2017 15:50:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cju91-0006X4-GX for bug-guix@gnu.org; Fri, 03 Mar 2017 15:49:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cju8w-00088l-ST for bug-guix@gnu.org; Fri, 03 Mar 2017 15:49:43 -0500 Received: from fragranza.investici.org ([178.175.144.26]:64476) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cju8w-00088B-G2 for bug-guix@gnu.org; Fri, 03 Mar 2017 15:49:38 -0500 Received: from [178.175.144.26] (fragranza [178.175.144.26]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 219562C01FE for ; Fri, 3 Mar 2017 20:49:33 +0000 (UTC) Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25957@debbugs.gnu.org Our gitolite package currently creates all (including gitolite-admin.git) git repositories with references to "/usr/bin/perl" as shebang, which makes it completely useless on serverside. Given that the server side in the case of a gitolite from Guix runs an environment where you will not run perl from /usr/bin/, you will have to change all hooks manually currently. When you install perl into the profile of the user which hosts the repositories and change the shebangs, gitolite can be used.