mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2953
This commit is contained in:
parent
ff7f711104
commit
6e23b4dcd2
|
@ -9697,6 +9697,9 @@ David Feb 3 2004
|
|||
handle_request.C
|
||||
sched_config.C,h
|
||||
|
||||
David 2004-02-03
|
||||
BOINC 2.23 release for Windows
|
||||
|
||||
Karl 2004-02-03
|
||||
- updates for html directory structure change
|
||||
|
||||
|
|
|
@ -362,7 +362,7 @@ class Project:
|
|||
map(lambda dir: os.mkdir(self.dir(dir)),
|
||||
[ '', 'cgi-bin', 'bin', 'upload', 'download', 'apps', self.logdir(),
|
||||
'html', 'html/ops', 'html/user', 'html/project',
|
||||
'html/inc', 'html/stats', 'html/user_profile'
|
||||
'html/inc', 'html/stats', 'html/user_profile', 'html/forum'
|
||||
])
|
||||
map(lambda dir: os.chmod(self.dir(dir), 0777),
|
||||
[ 'cgi-bin', 'upload', self.logdir() ])
|
||||
|
|
Loading…
Reference in New Issue