From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Heads-up: git.sv.gnu.org now rejects unsigned commits Date: Mon, 25 Jul 2016 11:02:19 -0400 Message-ID: <20160725150219.GB22140@jasmine> References: <877fcart44.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhOv-0006pY-R5 for guix-devel@gnu.org; Mon, 25 Jul 2016 11:02:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRhOr-0000TI-PW for guix-devel@gnu.org; Mon, 25 Jul 2016 11:02:37 -0400 Content-Disposition: inline In-Reply-To: <877fcart44.fsf@gnu.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" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel On Mon, Jul 25, 2016 at 10:59:07AM +0200, Ludovic Courtès wrote: > All the Guix repositories on Savannah now reject unsigned Git commits: > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22883#112 > > Please report any problems. Since the repo disables forced-pushing, we instead delete branches and recreate them to get the same effect. We do this for WIP branches, and perhaps some others? If those branches contain unsigned commits (from before we decided to sign everything), we won't be able to push them to Savannah. I ran into this problem with my pre-push hook that prevents me from pushing unsigned commits. Just a heads up. I don't know whether or not it will be a problem in practice.