From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22752 invoked by alias); 8 Jun 2002 17:48:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22743 invoked from network); 8 Jun 2002 17:48:38 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 8 Jun 2002 17:48:38 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 37A353E95; Sat, 8 Jun 2002 13:48:50 -0400 (EDT) Message-ID: <3D024382.6070809@cygnus.com> Date: Sat, 08 Jun 2002 10:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc3) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfa:doc] Update how-to-branch References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00123.txt.bz2 > On Sat, 1 Jun 2002, Andrew Cagney wrote: > > >> (This has been laying around for a long time, oops.) >> >> Ok? > > > Yes, but: > > >> +The file @file{gdbadmin/cron/cron} should be updated to: > > > The itemized list which follows this statement reads awkwardly. Perhaps > you meand to say "...updated to include:"? Hmm, yes. I've changed it to the below: > @subheading Tweak cron to track the new branch > > The file @file{gdbadmin/cron/crontab} contains gdbadmin's cron table. > This file needs to be updated so that: > > @itemize @bullet > @item > a daily timestamp is added to the file @file{version.in} > @item > the new branch is included in the snapshot process > @end itemize > > @noindent > See the file @file{gdbadmin/cron/README} for how to install the updated > cron table. > > The file @file{gdbadmin/ss/README} should also be reviewed to reflect > any changes. That file is copied to both the branch/ and current/ > snapshot directories. And checked that in. Andrew