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

« back to all changes in this revision

Viewing changes to setup/configure.py

  • Committer: wagrant
  • Date: 2008-07-23 05:10:31 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:938
fileservice_lib: Make the svncheckout action (not to be confused with
      svncheckout (aka. re-checkout) on the client side) work, and
      support more than just user repositories.
setup.configure: Add svn_addr to rhe jail configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
 
421
421
# The hostname for serving publicly accessible pages
422
422
public_host = %s
423
 
""" % (repr(root_dir),repr(public_host)))
 
423
 
 
424
# The URL under which the Subversion repositories are located.
 
425
svn_addr = %s
 
426
""" % (repr(root_dir),repr(public_host),repr(svn_addr)))
424
427
 
425
428
        conf.close()
426
429
    except IOError, (errno, strerror):