From 392efad988b5363bd57485f66375c6e09507b0f5 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 14 Jul 2008 03:50:00 +0000 Subject: [PATCH] 2.0 Release Engineering: * cvsup file, slip tag target --- Makefile | 5 +- .../cvsup/DragonFly-release2_0-supfile | 49 +++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 share/examples/cvsup/DragonFly-release2_0-supfile diff --git a/Makefile b/Makefile index 26e26a8d09..3d5485c267 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile,v 1.234.2.19 2003/04/16 09:59:40 ru Exp $ -# $DragonFly: src/Makefile,v 1.24 2008/04/30 23:05:33 corecode Exp $ +# $DragonFly: src/Makefile,v 1.25 2008/07/14 03:49:58 dillon Exp $ # # The user-driven targets are: # @@ -214,6 +214,9 @@ update_release1_10_slip_tag: iamoncrater update_release1_12_slip_tag: iamoncrater cvs -d /cvs rtag -a -F -rDragonFly_RELEASE_1_12 DragonFly_RELEASE_1_12_Slip src +update_release2_0_slip_tag: iamoncrater + cvs -d /cvs rtag -a -F -rDragonFly_RELEASE_2_0 DragonFly_RELEASE_2_0_Slip src + iamoncrater: @ [ "`hostname`" = "crater.dragonflybsd.org" ] || \ (echo "You are not on the master cvs host"; exit 1) diff --git a/share/examples/cvsup/DragonFly-release2_0-supfile b/share/examples/cvsup/DragonFly-release2_0-supfile new file mode 100644 index 0000000000..50d4b31e55 --- /dev/null +++ b/share/examples/cvsup/DragonFly-release2_0-supfile @@ -0,0 +1,49 @@ +# $DragonFly: src/share/examples/cvsup/DragonFly-release2_0-supfile,v 1.1 2008/07/14 03:50:00 dillon Exp $ +# +# DRAGONFLY-RELEASE2_0-SUPFILE +# +# This file will by default maintain the DragonFly 2.0 release source code +# in /usr/src/ by tracking the DragonFly_RELEASE_2_0_Slip tag in the CVS tree. +# This tag represents the maintenance arm of the DragonFly 2.0 release. +# +# (The '_Slip' part is a slip tag that tracks changes along with the correct +# subversion. If you do not use this tag your subversion may be out of +# whack with the actual code you get). +# +# If not running X, or invoking cvsup from a non-interactive script, then +# run it as follows: +# +# cvsup -g -L 4 DragonFly-release2_0-supfile +# +# You may wish to change some of the settings in this file to better +# suit your system: +# +# host= +# This specifies the server host which will supply the +# file updates. +# +# base=/usr +# This specifies the root where CVSup will store information +# about the collections you have transferred to your system. +# A setting of "/usr" will generate this information in +# /usr/sup. Even if you are CVSupping a large number of +# collections, you will be hard pressed to generate more than +# ~1MB of data in this directory. You can override the +# "base" setting on the command line with cvsup's "-b base" +# option. This directory must exist in order to run CVSup. +# +# prefix=/usr +# This specifies where to place the requested files. A +# setting of "/usr" will place all of the files +# requested in /usr (e.g., "/usr/src/bin"). +# The prefix directory must exist in order to run CVSup. +# +# +*default host=cvsup.dragonflybsd.org +*default base=/usr +*default prefix=/usr +*default release=cvs tag=DragonFly_RELEASE_2_0_Slip +*default delete use-rel-suffix +*default compress + +dragonfly-cvs-src -- 2.41.0