Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 08:25:27 +0100
From:      Udo Erdelhoff <ue@nathan.ruhr.de>
To:        freebsd-doc@FreeBSD.ORG
Subject:   Re: 5.0 release docs (was Re: HEADSUP: doc/ tree tagging)
Message-ID:  <20030113072526.GF66579@nathan.ruhr.de>
In-Reply-To: <200301121756.h0CHu5Mh063151@intruder.bmah.org>
References:  <200301102123.h0ALNFIf031693@intruder.bmah.org> <20030110221508.GE91718@nathan.ruhr.de> <200301110435.h0B4Zbx5038652@intruder.bmah.org> <20030111172153.GA375@straylight.oblivion.bg> <200301111736.h0BHaxph047160@intruder.bmah.org> <20030112103609.GC371@straylight.oblivion.bg> <20030112141819.GC66579@nathan.ruhr.de> <200301121620.h0CGKJT1060605@intruder.bmah.org> <20030112165544.GD66579@nathan.ruhr.de> <200301121756.h0CHu5Mh063151@intruder.bmah.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
On Sun, Jan 12, 2003 at 09:56:05AM -0800, Bruce A. Mah wrote:
> > Talking about rebuilds:  I think it would be a good idea to change the
> > web site build to
> > a) do complete builds (i.e. remove all checked-out copies and rebuild
> >    everythin) only ONCE per Sunday, not during every run on Sunday
> 
> Huh?

to quote from the script:

cond="X`date '+%u'` = X7 `echo $subtrees | sed -E 's/([^ ]*)/-o ! -d \1/g'`";
if [ $cond ]; then
        # Remove the old copies.

cond will always be set on sundays (day 7), so each time the script is
called on a sunday, it will remove the checked out version, check out
a fresh copy, and build everything.
 
/s/Udo
-- 
> FreeBSD recently made 'flex' its default implementation of 'lex'.
For geological values of ``recently''.
Archie Cobbs and Garett Wollmann on cvs-all@freebsd.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113072526.GF66579>