gnats-supfile revision 172083
150476Speter# $FreeBSD: head/share/examples/cvsup/gnats-supfile 172083 2007-09-07 22:01:19Z gabor $
235332Sjb#
335332Sjb# This file contains all of the "CVSup collections" that make up the
435332Sjb# FreeBSD GNATS bug report database.
535332Sjb#
635332Sjb# CVSup (CVS Update Protocol) allows you to download the latest CVS
735332Sjb# tree (or any branch of development therefrom) to your system easily
835332Sjb# and efficiently (far more so than with sup, which CVSup is aimed
935332Sjb# at replacing).  If you're running CVSup interactively, and are
1035332Sjb# currently using an X display server, you should run CVSup as follows
1135332Sjb# to keep your CVS tree up-to-date:
1235332Sjb#
1335332Sjb#	cvsup gnats-supfile
1435332Sjb#
1535332Sjb# If not running X, or invoking cvsup from a non-interactive script, then
1635332Sjb# run it as follows:
1735332Sjb#
1835332Sjb#	cvsup -g -L 2 gnats-supfile
1935332Sjb#
2035332Sjb# You may wish to change some of the settings in this file to better
2135332Sjb# suit your system:
2235332Sjb#
2343907Sjdp# host=CHANGE_THIS.FreeBSD.org
2435332Sjb#		This specifies the server host which will supply the
2543907Sjdp#		file updates.  You must change it to one of the CVSup
2643907Sjdp#		mirror sites listed in the FreeBSD Handbook at
27100945Sblackend#		http://www.freebsd.org/doc/handbook/mirrors.html.
2843907Sjdp#		You can	override this setting on the command line
2943907Sjdp#		with cvsup's "-h host" option.
3035332Sjb#
31129642Scjc# base=/var/db
3235332Sjb#		This specifies the root where CVSup will store information
3335332Sjb#		about the collections you have transferred to your system.
34129642Scjc#		A setting of "/var/db" will generate this information in
35172083Sgabor#		/var/db/sup.  You can override the "base" setting on the
36172083Sgabor#		command line with cvsup's "-b base" option.  This directory
37172083Sgabor#		must exist in order to run CVSup.
3835332Sjb#
3935332Sjb# prefix=/usr
4035332Sjb#		This specifies where to place the requested files.  A
4135332Sjb#		setting of "/usr" will place all of the files requested
42120005Sceri#		in "/usr/gnats".
4335332Sjb#		The prefix directory must exist in order to run CVSup.
4435332Sjb
4535332Sjb# Defaults that apply to all the collections
4643907Sjdp#
4743907Sjdp# IMPORTANT: Change the next line to use one of the CVSup mirror sites
48100945Sblackend# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
4943907Sjdp*default host=CHANGE_THIS.FreeBSD.org
50129642Scjc*default base=/var/db
5135332Sjb*default prefix=/usr
5235332Sjb*default release=current 
5335332Sjb*default delete use-rel-suffix
5435332Sjb
55120190Seivind# If you seem to be limited by CPU rather than network or disk bandwidth, try
56120190Seivind# commenting out the following line.  (Normally, today's CPUs are fast enough
57120190Seivind# that you want to run compression.)
5835332Sjb*default compress
5935332Sjb
6035332Sjb## GNATS database
6135332Sjb#
6235332Sjbgnats
6335332Sjb
64