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

« back to all changes in this revision

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

Reimplement setup/buildjail.sh in Python. This means that sites can configure
additional repositories and packages to include in the jail, without modifying
the source tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
host = string(default="localhost")
57
57
port = integer(default=2178)
58
58
magic = string
 
59
 
 
60
[jail]
 
61
extra_sources = string_list(default=list())
 
62
extra_packages = string_list(default=list())
 
63
extra_keys = string # Cannot have triple-quoted list members.