From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18224 invoked by alias); 18 Apr 2012 08:00:09 -0000 Received: (qmail 18186 invoked by uid 22791); 18 Apr 2012 08:00:06 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (88.168.87.75) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Apr 2012 07:59:45 +0000 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id C59C0600A7 for ; Wed, 18 Apr 2012 09:59:43 +0200 (CEST) From: Jim Meyering To: gdb@sourceware.org Subject: FYI, cvs-to-git mirroring hiccup: just resolved In-Reply-To: <20120418063802.10092.qmail@sourceware.org> (Cron Daemon's message of "18 Apr 2012 06:38:02 -0000") References: <20120418063802.10092.qmail@sourceware.org> Date: Wed, 18 Apr 2012 08:00:00 -0000 Message-ID: <87ehrl31xs.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain 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: 2012-04/txt/msg00108.txt.bz2 FYI, last night the cvs-to-git cron job started complaining: Cron Daemon wrote: > rsync: link_stat "/cvs/src/src/gdb/gdbinit.in,v" failed: No such file > or directory (2) > rsync error: some files/attrs were not transferred (see previous > errors) (code 23) at main.c(1042) [sender=3.0.7] > mirror-cvs-to-git: invalid key-file? failed to rsync /cvs/src/src/gdb/gdbinit.in,v That was because my cvs-to-git mirroring script was using /cvs/src/src/gdb/gdbinit.in,v (a witness that the configuration repo and modules are well-configured), yet that file has recently been cvs-removed. I've changed the mirroring config to use gdb-demangle.h,v instead, and am running the sync manually now to be sure.