From 4a0aec24c149b98a125993c984bd80fe5b298fa2 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 12 Feb 2008 02:12:18 +0000 Subject: [PATCH] Release engineering, Add a slip target to /usr/src/Makefile for 1.12 and add a cvsup example file for 1.12. --- Makefile | 5 +- .../cvsup/DragonFly-release1_12-supfile | 49 +++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 share/examples/cvsup/DragonFly-release1_12-supfile diff --git a/Makefile b/Makefile index baf0e2e5c3..4ad2ce1000 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.22 2007/07/24 20:16:36 dillon Exp $ +# $DragonFly: src/Makefile,v 1.23 2008/02/12 02:12:16 dillon Exp $ # # The user-driven targets are: # @@ -202,6 +202,9 @@ update_release1_8_slip_tag: iamoncrater update_release1_10_slip_tag: iamoncrater cvs -d /cvs rtag -a -F -rDragonFly_RELEASE_1_10 DragonFly_RELEASE_1_10_Slip src +update_release1_12_slip_tag: iamoncrater + cvs -d /cvs rtag -a -F -rDragonFly_RELEASE_1_12 DragonFly_RELEASE_1_12_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_12-supfile b/share/examples/cvsup/DragonFly-release1_12-supfile new file mode 100644 index 0000000000..9d3e16024c --- /dev/null +++ b/share/examples/cvsup/DragonFly-release1_12-supfile @@ -0,0 +1,49 @@ +# $DragonFly: src/share/examples/cvsup/DragonFly-release1_12-supfile,v 1.1 2008/02/12 02:12:18 dillon Exp $ +# +# DRAGONFLY-RELEASE1_12-SUPFILE +# +# This file will by default maintain the DragonFly 1.12 release source code +# in /usr/src/ by tracking the DragonFly_RELEASE_1_12_Slip tag in the CVS tree. +# This tag represents the maintenance arm of the DragonFly 1.12 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_12-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_1_12_Slip +*default delete use-rel-suffix +*default compress + +dragonfly-cvs-src -- 2.41.0