summarylogtreecommitdiffstats
path: root/cvsync.conf
blob: f4020d91a34b85418e8e82435c507a3847b78dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Fetch the OpenBSD CVS repository.
#
config {
	# for a list of available servers, see
	# http://www.openbsd.org/cvsync.html#CVSROOT
	hostname cvsync.example.org
	base-prefix /cvs
	compress

	# the whole repository
	collection {
		name openbsd release rcs
		scanfile /var/cache/cvsync/openbsd
	}

#	# alternatively, fetch only selected parts
#	collection {
#		name openbsd-cvsroot release rcs
#	}
#	collection {
#		name openbsd-ports release rcs
#	}
#	collection {
#		name openbsd-src release rcs
#	}
#	collection {
#		name openbsd-www release rcs
#	}
#	collection {
#		name openbsd-xenocara release rcs
#	}
#
#	# the X11 and XF4 trees are of historical interest only
#	collection {
#		name openbsd-x11 release rcs
#	}
#	collection {
#		name openbsd-xf4 release rcs
#	}
}