source: trunk/debathena/third/schroot/test/config.ex1 @ 24167

Revision 24167, 1.3 KB checked in by broder, 15 years ago (diff)
Import schroot upstream into subversion.
Line 
1# schroot chroot definitions.
2# See schroot.conf(5) for complete documentation of the file format.
3#
4# Please take note that you should not add untrusted users to
5# root-groups, because they will essentially have full root access
6# to your system.  They will only have root access inside the chroot,
7# but that's enough to cause malicious damage.
8#
9# The following lines are examples.  Uncomment and alter them to
10# customise schroot for your needs.
11#
12#
13#[woody]
14#description=Debian woody (oldstable)
15#directory=/home/woody-chroot
16#groups=sbuild
17#aliases=oldstable
18
19[sid]
20type=directory
21description=Debian sid (unstable)
22directory=/srv/chroot/sid
23priority=3
24groups=sbuild,root
25root-groups=root,sbuild
26aliases=unstable,default
27
28[sid-local]
29description=Debian sid (unstable)
30#directory=/srv/chroot/sid
31priority=3
32groups=sbuild,root
33root-groups=root,sbuild
34directory=/srv/chroot/sid
35
36#[etch]
37#description=Debian etch (testing)
38#directory=/srv/chroot/etch
39#groups=sbuild-security
40#aliases=testing
41
42[sarge]
43description=Debian sarge (stable)
44directory=/srv/chroot/sarge
45priority=2
46groups=sbuild
47root-groups=root,sbuild
48#root-groups=root
49aliases=stable
50
51[experimental]
52description=Debian experimental
53directory=/srv/chroot/experimental
54priority=3
55groups=sbuild,root
56root-groups=root,sbuild
57
Note: See TracBrowser for help on using the repository browser.