From e9b498ae5b2c9ed289eaa85dc24511e3dab3d817 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 17 Jul 2006 00:04:15 +0000 Subject: [PATCH] Add a new target for cvs administration of the 1.6 slip tag. Add a cvsup file example that will maintain a 1.6 release. --- Makefile | 5 +- .../cvsup/DragonFly-release1_6-supfile | 50 +++++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 share/examples/cvsup/DragonFly-release1_6-supfile diff --git a/Makefile b/Makefile index f59ef957c5..746dc42616 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.17 2006/01/01 00:12:35 dillon Exp $ +# $DragonFly: src/Makefile,v 1.18 2006/07/17 00:04:14 dillon Exp $ # # The user-driven targets are: # @@ -195,6 +195,9 @@ update_release1_2_slip_tag: iamoncrater update_release1_4_slip_tag: iamoncrater cvs -d /cvs rtag -a -F -rDragonFly_RELEASE_1_4 DragonFly_RELEASE_1_4_Slip src +update_release1_6_slip_tag: iamoncrater + cvs -d /cvs rtag -a -F -rDragonFly_RELEASE_1_6 DragonFly_RELEASE_1_6_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-release1_6-supfile b/share/examples/cvsup/DragonFly-release1_6-supfile new file mode 100644 index 0000000000..816e441540 --- /dev/null +++ b/share/examples/cvsup/DragonFly-release1_6-supfile @@ -0,0 +1,50 @@ +# $DragonFly: src/share/examples/cvsup/DragonFly-release1_6-supfile,v 1.1 2006/07/17 00:04:15 dillon Exp $ +# +# DRAGONFLY-RELEASE1_6-SUPFILE +# +# This file will by default maintain the DragonFly 1.6 release source code +# in /usr/src/ by tracking the DragonFly_RELEASE_1_6_Slip tag in the CVS tree. +# This tag represents the maintainance arm of the DragonFly 1.6 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-release1_6-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. If you leave it at its default a random +# mirror site will be used. +# +# 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_1_6_Slip +*default delete use-rel-suffix +*default compress + +dragonfly-cvs-src -- 2.41.0