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

« back to all changes in this revision

Viewing changes to setup/install.py

  • Committer: wagrant
  • Date: 2008-07-21 07:03:14 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:922
userdb: Add a migration for the change before we moved to migrations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    action_copylist(install_list.list_www, ivle_install_dir, dry)
109
109
    action_copylist(install_list.list_lib, ivle_install_dir, dry)
110
110
    
111
 
    # Make the config file private
112
 
    configpath = os.path.join(ivle_install_dir, 'lib/conf/conf.py')
113
 
    action_make_private(configpath, dry)
114
 
 
115
111
    # Copy the php directory
116
112
    forum_dir = "www/php/phpBB3"
117
113
    forum_path = os.path.join(ivle_install_dir, forum_dir)