svn path=/trunk/boinc/; revision=15229

This commit is contained in:
David Anderson 2008-05-15 22:10:29 +00:00
parent 3a00adeb65
commit 812d033008
2 changed files with 4 additions and 0 deletions

View File

@ -4060,3 +4060,5 @@ David May 15 2008
util.inc
user/
home.php
py/Boinc
setup_project.py

View File

@ -417,6 +417,8 @@ class Project:
config.fuh_debug_level = 3
config.one_result_per_user_per_wu = 0
config.send_result_abort = 1
if web_only:
config.no_computing = 1
config.master_url = master_url or os.path.join(options.html_url , self.short_name , '')
config.download_url = os.path.join(config.master_url, 'download')