gnats-supfile revision 50476
150476Speter# $FreeBSD: head/share/examples/cvsup/gnats-supfile 50476 1999-08-28 00:22:10Z peter $
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
2743907Sjdp#		http://www.freebsd.org/handbook/mirrors.html.
2843907Sjdp#		You can	override this setting on the command line
2943907Sjdp#		with cvsup's "-h host" option.
3035332Sjb#
3135332Sjb# base=/usr
3235332Sjb#		This specifies the root where CVSup will store information
3335332Sjb#		about the collections you have transferred to your system.
3435332Sjb#		A setting of "/usr" will generate this information in
3535332Sjb#		/usr/sup.  Even if you are CVSupping a large number of
3635332Sjb#		collections, you will be hard pressed to generate more than
3735332Sjb#		~1MB of data in this directory.  You can override the
3835332Sjb#		"base" setting on the command line with cvsup's "-b base"
3935332Sjb#		option.  This directory must exist in order to run CVSup.
4035332Sjb#
4135332Sjb# prefix=/usr
4235332Sjb#		This specifies where to place the requested files.  A
4335332Sjb#		setting of "/usr" will place all of the files requested
4435332Sjb#		in "/usr/ports" (e.g., "/usr/ports/devel", "/usr/ports/lang").
4535332Sjb#		The prefix directory must exist in order to run CVSup.
4635332Sjb
4735332Sjb# Defaults that apply to all the collections
4843907Sjdp#
4943907Sjdp# IMPORTANT: Change the next line to use one of the CVSup mirror sites
5043907Sjdp# listed at http://www.freebsd.org/handbook/mirrors.html.
5143907Sjdp*default host=CHANGE_THIS.FreeBSD.org
5235332Sjb*default base=/usr
5335332Sjb*default prefix=/usr
5435332Sjb*default release=current 
5535332Sjb*default delete use-rel-suffix
5635332Sjb
5735332Sjb# If your network link is a T1 or faster, comment out the following line.
5835332Sjb*default compress
5935332Sjb
6035332Sjb## GNATS database
6135332Sjb#
6235332Sjbgnats
6335332Sjb
64