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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: drtomc
  • Date: 2008-02-21 03:03:30 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:528
usrmgt-server: robustify svn url handling a bit.

setup: install usrmgt-server

makeuser.py: When creating a new repo for a user, chown it so that
    the apache svn server can manipulate it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
855
855
    # chown trampoline to root and set setuid bit
856
856
    action_chown_setuid(tramppath, dry)
857
857
 
 
858
    # Create a scripts directory to put the usrmgt-server in.
 
859
    action_mkdir(os.path.join(ivle_install_dir, 'scripts'), dry)
 
860
    usrmgtpath = os.path.join(ivle_install_dir, 'scripts/usrmgt-server')
 
861
    action_copyfile('scripts/usrmgt-server', usrmgtpath, dry)
 
862
    action_chmod_x(usrmgtpath, dry)
 
863
 
858
864
    # Copy the www and lib directories using the list
859
865
    action_copylist(install_list.list_www, ivle_install_dir, dry)
860
866
    action_copylist(install_list.list_lib, ivle_install_dir, dry)