From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19059 invoked by alias); 10 Jan 2015 06:59:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 19038 invoked by uid 89); 10 Jan 2015 06:59:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 10 Jan 2015 06:58:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 13B4A1165E1; Sat, 10 Jan 2015 01:58:57 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VF+0GBeU6oYv; Sat, 10 Jan 2015 01:58:57 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A2B8311659B; Sat, 10 Jan 2015 01:58:56 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2939248E89; Sat, 10 Jan 2015 10:58:53 +0400 (RET) Date: Sat, 10 Jan 2015 06:59:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org, binutils@sourceware.org Subject: ANNOUNCEMENT: we have now switched to new git hooks (was: "Re: RFC: using AdaCore's git hooks for binutils-gdb.git ...") Message-ID: <20150110065853.GS5445@adacore.com> References: <20141128135756.GK548@adacore.com> <20141207142138.GJ7899@adacore.com> <20141213165103.GA26944@adacore.com> <20141214204731.GA15244@adacore.com> <20141221224607.GN12884@adacore.com> <20150105041322.GB23617@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150105041322.GB23617@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-01/txt/msg00253.txt.bz2 Hello, A quick message to confirm that I have switched the binutils-gdb.git to the new hooks. I've tested the switch by pushing a change to master, and here is a URL to the corresponding email that got sent: https://www.sourceware.org/ml/gdb-cvs/2015-01/msg00027.html I've tried to test as extensively as I could, and that includes verifying email sending as well as bugzilla filing and irker notification (IRC). But let me know if you notice any issues. In case of major issue that we can't repair right away, I've kept the old setup and it's a couple of "mv"-s to swap back. I've created a "Git Hooks" section in GDB's wiki at: https://sourceware.org/gdb/wiki/GDBAdministrivia It provides a link to where the hooks are hosted, as well as a link to the documentation, which is still currently in GDB's Wiki but will likely be moved to the git repo at some point. New URL for the git-hooks doco at: https://sourceware.org/gdb/wiki/GitHooksUsersGuide (moved it out of "proposed/git-hooks" since this is no longer a proposal). Enjoy! -- Joel