Release engineering, Add a slip target to /usr/src/Makefile for 1.12 and
[dragonfly.git] / share / examples / cvsup / DragonFly-src-supfile
1 # $DragonFly: src/share/examples/cvsup/DragonFly-src-supfile,v 1.6 2007/04/01 12:20:50 swildner Exp $
2 #
3 # DRAGONFLY-SRC-SUPFILE
4 #
5 # This file will by default maintain the absolute latest DragonFly
6 # source code in /usr/src/ by tracking the HEAD of the CVS tree.  This tag
7 # represents a current development snapshot and the code might not be stable.
8 #
9 # If not running X, or invoking cvsup from a non-interactive script, then
10 # run it as follows:
11 #
12 #       cvsup -g -L 2 DragonFly-src-supfile
13 #
14 # You may wish to change some of the settings in this file to better
15 # suit your system:
16 #
17 # host=<mirror_site>
18 #               This specifies the server host which will supply the
19 #               file updates.
20 #
21 # base=/usr
22 #               This specifies the root where CVSup will store information
23 #               about the collections you have transferred to your system.
24 #               A setting of "/usr" will generate this information in
25 #               /usr/sup.  Even if you are CVSupping a large number of
26 #               collections, you will be hard pressed to generate more than
27 #               ~1MB of data in this directory.  You can override the
28 #               "base" setting on the command line with cvsup's "-b base"
29 #               option.  This directory must exist in order to run CVSup.
30 #
31 # prefix=/usr
32 #               This specifies where to place the requested files.  A
33 #               setting of "/usr" will place all of the files
34 #               requested in /usr (e.g., "/usr/src/bin").
35 #               The prefix directory must exist in order to run CVSup.
36 #
37 #
38 *default host=cvsup.dragonflybsd.org
39 *default base=/usr
40 *default prefix=/usr
41 *default release=cvs tag=.
42 *default delete use-rel-suffix
43 *default compress
44
45 dragonfly-cvs-src