From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16814 invoked by alias); 15 Jun 2011 18:03:11 -0000 Received: (qmail 16806 invoked by uid 22791); 15 Jun 2011 18:03:10 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Jun 2011 18:02:57 +0000 Received: from ams by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QWuQa-0006JR-79; Wed, 15 Jun 2011 14:02:56 -0400 Date: Wed, 15 Jun 2011 18:03:00 -0000 Message-Id: From: ams@gnu.org (Alfred M. Szmidt) To: pmuldoon@redhat.com CC: gdb@sourceware.org In-reply-to: (message from Phil Muldoon on Wed, 15 Jun 2011 12:55:46 +0100) Subject: Re: ARI/Commit rules Reply-to: ams@gnu.org References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00111.txt.bz2 This lead me to think, is it possible to distil this post-commit hook script to a user installable script somewhere? If GDB used git as the primary repository we could just make it a pre-commit hook, and a user script would not be needed. But as GDB uses CVS I do not think this is possible. It is possible, just warp the cvs command in a shell script, and execute the pre-commit hook you wish to do.