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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: drtomc
  • Date: 2008-02-14 04:59:07 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:460
setup.py: Add a bunch of config stuff we need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
    (Caution: This password is stored in plaintext in lib/conf/conf.py)""",
271
271
    """
272
272
# Database password"""))
 
273
config_options.append(ConfigOption("svn_conf", "/opt/ivle/svn/svn.conf",
 
274
    """The location of the subversion configuration file used by apache
 
275
to host the user repositories:""",
 
276
    """
 
277
# The location of the subversion configuration file used by
 
278
# apache to host the user repositories."""))
 
279
config_options.append(ConfigOption("svn_auth_ivle", "/opt/ivle/svn/ivle.auth",
 
280
    """The location of the password file used to authenticate users
 
281
of the subversion repository from the ivle server:""",
 
282
    """
 
283
# The location of the password file used to authenticate users
 
284
# of the subversion repository from the ivle server."""))
 
285
config_options.append(ConfigOption("svn_auth_local", "/opt/ivle/svn/local.auth",
 
286
    """The location of the password file used to authenticate local users
 
287
of the subversion repository:""",
 
288
    """
 
289
# The location of the password file used to authenticate local users
 
290
# of the subversion repository."""))
 
291
config_options.append(ConfigOption("usrmgt_host", "localhost",
 
292
    """The hostname where the usrmgt-server runs:""",
 
293
    """
 
294
# The hostname where the usrmgt-server runs."""))
 
295
config_options.append(ConfigOption("usrmgt_port", "2178",
 
296
    """The port where the usrmgt-server runs:""",
 
297
    """
 
298
# The port where the usrmgt-server runs."""))
 
299
config_options.append(ConfigOption("usrmgt_magic", "",
 
300
    """The password for the usrmgt-server:""",
 
301
    """
 
302
# The password for the usrmgt-server."""))
273
303
 
274
304
# Try importing existing conf, but if we can't just set up defaults
275
305
# The reason for this is that these settings are used by other phases