From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: Re: Release management - take 1 Date: Tue, 14 May 2002 03:59:27 -0700 Sender: guile-devel-admin@gnu.org Message-ID: References: <87it6tinwb.fsf@raven.i.defaultvalue.org> Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021374401 334 127.0.0.1 (14 May 2002 11:06:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 May 2002 11:06:41 +0000 (UTC) Cc: rlb@defaultvalue.org, guile-devel@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177a8f-00005H-00 for ; Tue, 14 May 2002 13:06:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177a83-0000mR-00; Tue, 14 May 2002 07:06:03 -0400 Original-Received: from ca-crlsbd-u5-c4a-a-172.crlsca.adelphia.net ([24.48.214.172] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177a5c-0000aX-00 for ; Tue, 14 May 2002 07:03:32 -0400 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 177a1f-0000H9-00; Tue, 14 May 2002 03:59:27 -0700 Original-To: ttn@glug.org In-Reply-To: (message from Thien-Thi Nguyen on Tue, 23 Apr 2002 22:56:56 -0700) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:606 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:606 From: Thien-Thi Nguyen Date: Tue, 23 Apr 2002 22:56:56 -0700 new TODO item: "write maintainer script dist-guile" dist-guile now supports restarts: # usage: dist-guile TAG [START] # # This must be run in a branched top-level guile-core dir (so # that CVS/Tag looks something like: branch_release-X-Y). # # Description of each step: # 0 - set vars and do other init # 1 - check all files under cwd are unmodified (sync'ed w/ cvs repo) # - sh -x autogen.sh # 2 - create distdir ../dist.$branch # - in $distdir do configure, make, make check # 3 - in $distdir do make distcheck # 4 - cvs tag TAG (where TAG is $1) # # Optional arg START means start at that step (step 0 is always done). # This is useful for avoiding long rebuilds after fixing minor mishaps. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel