guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release management - take 1


From: Thien-Thi Nguyen
Subject: Re: Release management - take 1
Date: Tue, 14 May 2002 03:59:27 -0700

   From: Thien-Thi Nguyen <address@hidden>
   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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]