~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-04-22 02:42:31 UTC
  • Revision ID: matt.giuca@gmail.com-20090422024231-v6v0lrezt37avrxu
setup/install.py: Now uses --prefix to compute the Python site packages path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
extra_sources = string_list(default=list())
62
62
extra_packages = string_list(default=list())
63
63
extra_keys = string(default=None) # Cannot have triple-quoted list members.
64
 
 
65
 
# user_info is for jail-specific settings for the user who owns the jail
66
 
# (XXX This should be in a user-specific place but since we're worried a user
67
 
# may delete his/her .conf file, we put it here for now).
68
 
[user_info]
69
 
login = string(default=None)
70
 
svn_pass = string(default=None)