stable-supfile revision 172531
1# $FreeBSD: head/share/examples/cvsup/stable-supfile 172531 2007-10-11 04:28:08Z kensmith $
2#
3# This file contains all of the "CVSup collections" that make up the
4# FreeBSD-stable source tree.
5#
6# CVSup (CVS Update Protocol) allows you to download the latest CVS
7# tree (or any branch of development therefrom) to your system easily
8# and efficiently (far more so than with sup, which CVSup is aimed
9# at replacing).  If you're running CVSup interactively, and are
10# currently using an X display server, you should run CVSup as follows
11# to keep your CVS tree up-to-date:
12#
13#	cvsup stable-supfile
14#
15# If not running X, or invoking cvsup from a non-interactive script, then
16# run it as follows:
17#
18#	cvsup -g -L 2 stable-supfile
19#
20# You may wish to change some of the settings in this file to better
21# suit your system:
22#
23# host=CHANGE_THIS.FreeBSD.org
24#		This specifies the server host which will supply the
25#		file updates.  You must change it to one of the CVSup
26#		mirror sites listed in the FreeBSD Handbook at
27#		http://www.freebsd.org/doc/handbook/mirrors.html.
28#		You can	override this setting on the command line
29#		with cvsup's "-h host" option.
30#
31# base=/var/db
32#		This specifies the root where CVSup will store information
33#		about the collections you have transferred to your system.
34#		A setting of "/var/db" will generate this information in
35#		/var/db/sup.  You can override the "base" setting on the
36#		command line with cvsup's "-b base" option.  This directory
37#		must exist in order to run CVSup.
38#
39# prefix=/usr
40#		This specifies where to place the requested files.  A
41#		setting of "/usr" will place all of the files requested
42#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
43#		The prefix directory must exist in order to run CVSup.
44#
45###############################################################################
46#
47# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
48#
49# If you add any of the ports or doc collections to this file, be sure to
50# specify them with a "tag" value set to ".", like this:
51#
52#   ports-all tag=.
53#   doc-all tag=.
54#
55# If you leave out the "tag=." portion, CVSup will delete all of
56# the files in your ports or doc tree.  That is because the ports and doc
57# collections do not use the same tags as the main part of the FreeBSD 
58# source tree.
59#
60###############################################################################
61
62# Defaults that apply to all the collections
63#
64# IMPORTANT: Change the next line to use one of the CVSup mirror sites
65# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
66*default host=CHANGE_THIS.FreeBSD.org
67*default base=/var/db
68*default prefix=/usr
69# The following line is for 7-stable.  If you want 6-stable, 5-stable,
70# 4-stable, 3-stable, or 2.2-stable, change to "RELENG_6", "RELENG_5",
71# "RELENG_4", "RELENG_3", or "RELENG_2_2" respectively.
72*default release=cvs tag=RELENG_7
73*default delete use-rel-suffix
74
75# If you seem to be limited by CPU rather than network or disk bandwidth, try
76# commenting out the following line.  (Normally, today's CPUs are fast enough
77# that you want to run compression.)
78*default compress
79
80## Main Source Tree.
81#
82# The easiest way to get the main source tree is to use the "src-all"
83# mega-collection.  It includes all of the individual "src-*" collections.
84# Please note:  If you want to track -STABLE, leave this uncommented.
85src-all
86
87# These are the individual collections that make up "src-all".  If you
88# use these, be sure to comment out "src-all" above.
89#src-base
90#src-bin
91#src-cddl
92#src-contrib
93#src-etc
94#src-games
95#src-gnu
96#src-include
97#src-kerberos5
98#src-kerberosIV
99#src-lib
100#src-libexec
101#src-release
102#src-rescue
103#src-sbin
104#src-share
105#src-sys
106#src-tools
107#src-usrbin
108#src-usrsbin
109# These are the individual collections that make up FreeBSD's crypto
110# collection. They are no longer export-restricted and are a part of
111# src-all
112#src-crypto
113#src-eBones
114#src-secure
115#src-sys-crypto
116