~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to test/config.ex2/sid

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2009-11-07 10:46:54 UTC
  • mfrom: (1.1.20 upstream) (2.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20091107104654-kk1fp1icv8dzfyfi
* New upstream development release.
* schroot:
  - Return success when ending a session and the operation
    succeeded (Closes: #554907).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[sid]
2
 
type=block-device
 
2
type=directory
3
3
description=Debian sid (unstable)
4
 
#location=/srv/chroot/sid
 
4
directory=/srv/chroot/sid
5
5
priority=3
6
6
groups=sbuild,root
7
7
root-groups=root,sbuild
8
8
aliases=unstable,default
9
 
device=/dev/hda_vg/sid_chroot
10
 
mount-options=-o atime,sync,user_xattr
11
 
run-setup-scripts=true
12
 
run-exec-scripts=true
13
9
 
14
10
[sid-local]
15
11
description=Debian sid (unstable)
16
 
#location=/srv/chroot/sid
17
 
priority=3
18
 
groups=sbuild,root
19
 
root-groups=root,sbuild
20
 
location=/srv/chroot/sid
21
 
 
22
 
[sid-snap]
23
 
type=lvm-snapshot
24
 
description=Debian sid snapshot
25
 
#location=/srv/chroot/sid
26
 
priority=3
27
 
groups=sbuild,root
28
 
root-groups=root,sbuild
29
 
device=/dev/hda_vg/sid_chroot
30
 
mount-options=-o atime,sync,user_xattr
31
 
lvm-snapshot-options=--size 2G
32
 
run-setup-scripts=true
33
 
run-exec-scripts=true
 
12
#directory=/srv/chroot/sid
 
13
priority=3
 
14
groups=sbuild,root
 
15
root-groups=root,sbuild
 
16
directory=/srv/chroot/sid
34
17