~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/config/ivle-spec.conf

  • Committer: Matt Giuca
  • Date: 2009-05-12 14:37:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: matt.giuca@gmail.com-20090512143735-llsdpihhgk5eydo5
ivle-fetchsubmissions: Rather than creating the target dir, now DELETES it
    before doing an svn export. This has several reasons:
    1. Python2.5 doesn't work if a directory already exists (shutil.move
        changed in Python 2.6 to support this).
    2. Better not to allow arbitrary cruft (whatever was there before), since
        it is not part of the submission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
logs = string(default="/var/log/ivle")
33
33
 
34
34
share = string(default="${prefix}/share/ivle")
35
 
lib = string(default="${prefix}/lib/ivle")
36
35
 
37
36
[[jails]]
38
37
mounts = string(default="${data}/jailmounts")
47
46
repo_path = string(default="${base}/repositories")
48
47
auth_ivle = string(default="${base}/ivle.auth")
49
48
 
50
 
[policy]
51
 
tutors_can_enrol_students = boolean(default=False)
52
 
tutors_can_edit_worksheets = boolean(default=True)
53
 
tutors_can_admin_groups = boolean(default=True)
54
 
 
55
49
[media]
56
50
version = string(default=None)
57
51
 
58
52
[[externals]]
59
53
jquery = string(default="/usr/share/javascript/jquery")
60
 
codemirror = string(default="/usr/share/javascript/codemirror")
61
54
 
62
55
[database]
63
56
host = string(default="localhost")
80
73
[jail]
81
74
devmode = boolean(default=False)
82
75
suite = string(default="hardy")
83
 
mirror = string(default="http://archive.ubuntu.com/ubuntu")
84
76
extra_sources = string_list(default=list())
85
 
extra_packages = string_list(default=list('python-configobj', 'python-simplejson', 'python-svn'))
 
77
extra_packages = string_list(default=list())
86
78
extra_keys = string(default=None) # Cannot have triple-quoted list members.
87
79
 
88
80
# user_info is for jail-specific settings for the user who owns the jail