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] |
---|
20 | type=directory |
---|
21 | description=Debian sid (unstable) |
---|
22 | directory=/srv/chroot/sid |
---|
23 | priority=3 |
---|
24 | groups=sbuild,root |
---|
25 | root-groups=root,sbuild |
---|
26 | aliases=unstable,default |
---|
27 | |
---|
28 | [sid-local] |
---|
29 | description=Debian sid (unstable) |
---|
30 | #directory=/srv/chroot/sid |
---|
31 | priority=3 |
---|
32 | groups=sbuild,root |
---|
33 | root-groups=root,sbuild |
---|
34 | directory=/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] |
---|
43 | description=Debian sarge (stable) |
---|
44 | directory=/srv/chroot/sarge |
---|
45 | priority=2 |
---|
46 | groups=sbuild |
---|
47 | root-groups=root,sbuild |
---|
48 | #root-groups=root |
---|
49 | aliases=stable |
---|
50 | |
---|
51 | [experimental] |
---|
52 | description=Debian experimental |
---|
53 | directory=/srv/chroot/experimental |
---|
54 | priority=3 |
---|
55 | groups=sbuild,root |
---|
56 | root-groups=root,sbuild |
---|
57 | |
---|
Note: See
TracBrowser
for help on using the repository browser.