From owner-p4-projects@FreeBSD.ORG Mon Jul 11 22:20:11 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8DD2A16A41F; Mon, 11 Jul 2005 22:20:10 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635BB16A41C for ; Mon, 11 Jul 2005 22:20:10 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 296D243D46 for ; Mon, 11 Jul 2005 22:20:10 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BMK9VV089375 for ; Mon, 11 Jul 2005 22:20:10 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BMK9dD089372 for perforce@freebsd.org; Mon, 11 Jul 2005 22:20:09 GMT (envelope-from soc-andrew@freebsd.org) Date: Mon, 11 Jul 2005 22:20:09 GMT Message-Id: <200507112220.j6BMK9dD089372@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 80028 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 22:20:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=80028 Change 80028 by soc-andrew@soc-andrew_serv on 2005/07/11 22:20:02 Welcome in our new HEAD overloard to the BSD Installer Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#9 integrate Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#9 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: src/release/Makefile,v 1.887 2005/07/11 03:59:25 scottl Exp $ +# $FreeBSD: src/release/Makefile,v 1.888 2005/07/11 15:50:29 kensmith Exp $ # # make release [BUILDNAME=somename] CHROOTDIR=/some/dir CVSROOT=/cvs/dir \ # [RELEASETAG=tag] @@ -18,16 +18,16 @@ # Set these, release builder! # # Fixed version: -#BUILDNAME=6.0-CURRENT +#BUILDNAME=7.0-CURRENT # # Automatic SNAP versioning: DATE != date +%Y%m%d -BASE = 6.0 +BASE = 7.0 BUILDNAME?=${BASE}-${DATE}-SNAP # #CHROOTDIR=/junk/release # If this is a -stable snapshot, then set -#RELEASETAG=RELENG_4 +#RELEASETAG=RELENG_6 # # To test a release with a source tree containing patches and # other work. This tree will get copied instead of getting the