From owner-freebsd-current Tue Sep 3 05:34:57 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA26003 for current-outgoing; Tue, 3 Sep 1996 05:34:57 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA25998 for ; Tue, 3 Sep 1996 05:34:55 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id FAA09342; Tue, 3 Sep 1996 05:34:35 -0700 (PDT) To: sja@tekla.fi (Sakari Jalovaara) cc: current@FreeBSD.org Subject: Re: Latest Current build failure In-reply-to: Your message of "Tue, 03 Sep 1996 11:27:34 +0300." <9609030827.AA05232@tahma.tekla.fi> Date: Tue, 03 Sep 1996 05:34:35 -0700 Message-ID: <9340.841754075@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > latest-known-good-date is created with Jordan's build box / cookie > collector scheme. When everything compiles more-or-less ok, the > checkout time of that version is saved. When you sup you get a file > that contains that time. "make world" does > co -d`cat /usr/src/compile-version-timestamp` > in all directories. Actually, all you'd need to do is have your cvsup file modified to use a specific date in updating a previously checked out version of HEAD. I think. John, would that work? :-) Jordan