From 815b7081815da05535f71fb3abbdd51d29dfbf0a Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 16 Nov 2015 21:14:16 -0500 Subject: [PATCH] make_project: Remove symlinks for the download/stats/user_profiles directories off of html/user. That is handled via the apache configuration now. --- py/Boinc/setup_project.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index cc6da2b4ad..0cefe9d27d 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -305,12 +305,6 @@ def install_boinc_files(dest_dir, install_web_files, install_server_files): create_project_dirs(dest_dir); - # make a symbolic link from html/user/user_profile to html/user_profile - try: - my_symlink(dir('html/user_profile'), dir('html/user/user_profile')); - except: - pass - # copy html/ops files in all cases. # The critical one is db_update.php, # which is needed even for a server_only upgrade @@ -572,9 +566,6 @@ class Project: install(srcdir('test/uc_result'), self.dir('templates/uc_result')) install(srcdir('test/uc_wu_nodelete'), self.dir('templates/uc_wu')) - my_symlink(self.config.config.download_dir, self.dir('html', 'user', 'download')) - my_symlink('../stats', self.dir('html/user/stats')) - f = open(self.dir('html/user', 'schedulers.txt'), 'w') print >>f, "" print >>f, ""