Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2001 20:45:15 +0300
From:      Valentin Nechayev <netch@iv.nn.kiev.ua>
To:        Bill Moran <wmoran@iowna.com>
Cc:        Chris BeHanna <behanna@zbzoom.net>, FreeBSD-Stable <stable@FreeBSD.ORG>
Subject:   Re: releng4 no longer -STABLE???
Message-ID:  <20010622204515.B406@iv.nn.kiev.ua>
In-Reply-To: <3B326B4B.2ABF72D9@iowna.com>; from wmoran@iowna.com on Thu, Jun 21, 2001 at 05:46:51PM -0400
References:  <LAW2-F39E17iPMenEdG0000e5f6@hotmail.com> <Pine.BSF.4.32.0106210021510.3601-100000@topperwein.dyndns.org> <20010622003432.D1597@iv.nn.kiev.ua> <3B326B4B.2ABF72D9@iowna.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 Thu, Jun 21, 2001 at 17:46:51, wmoran (Bill Moran) wrote about "Re: releng4 no longer -STABLE???": 

> > All such messages are useless and destructive without _exact_ cvsup date
> > _parameter_.
> 
> This brings up an interesting question: How would one know the exact
> cvsup date if he hadn't recorded it? Does cvsup keep a log?

I use script:

#!/bin/sh
(
date
fgrep date= /etc/stable-supfile
cvsup -g -L 2 /etc/stable-supfile
date
) 2>&1 | tee /var/log/sup.src.`date +%s`

(pathnames may differ)

A few last cvsup logs are kept for seeing exact date.

Also, on some machines src/sys/conf/newvers.sh is manually patched
every time to produce exact date/time in `uname -r' output.


/netch

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




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