Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2000 14:07:17 +0900
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        jdp@polstra.com
Cc:        ports@FreeBSD.org
Subject:   Re: Speed up cvsup-mirror!
Message-ID:  <86itxdbbsq.wl@waterblue.imgsrc.co.jp>
In-Reply-To: In your message of "19 Apr 2000 16:13:38 GMT" <200004191607.JAA02678@vashon.polstra.com>
References:  <86aeiqdydg.wl@localhost.local.idaemons.org> <200004191607.JAA02678@vashon.polstra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 19 Apr 2000 16:13:38 GMT,
John Polstra <jdp@polstra.com> wrote:
> I (the maintainer and author of the port) don't want the -s switch
> to be turned on by default.

FYI, at cvsup.jp.FreeBSD.org, we use cvsup without -s option once per
day.


-----
...
S_HOUR=05

if [ x`date "+%H"` = x$S_HOUR ]; then
    SFLAG=
else
    SFLAG=-s
fi 

echo "================ CVSUP $SFLAG started at `date`" 
cvsup $SFLAG -g -L 2 -r 2 $SUPFILE
echo "================ CVSUP $SFLAG ended at `date`"
-----


-- 
Jun Kuriyama <kuriyama@FreeBSD.org> // FreeBSD Project


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




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