mirror of https://github.com/BOINC/boinc.git
- make_project and upgrade: copy file management programs to proj/bin/
svn path=/trunk/boinc/; revision=18885
This commit is contained in:
parent
9925988c77
commit
25cd6f456d
|
@ -7068,3 +7068,9 @@ David 19 Aug 2009
|
|||
|
||||
samples/wrapper/
|
||||
wrapper.cpp
|
||||
|
||||
David 19 Aug 2009
|
||||
- make_project and upgrade: copy file management programs to proj/bin/
|
||||
|
||||
py/Boinc/
|
||||
setup_project.py
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
<?
|
||||
|
||||
$project_news = array(
|
||||
array("August 19, 2009",
|
||||
"The EDGeS project is offering a
|
||||
<a href=http://edges-grid.eu/web/userforum/3rdtraining>tutorial on
|
||||
using BOINC for desktop grid computing</a>
|
||||
on 20 Sept 2009 in Barcelona."
|
||||
),
|
||||
array("August 18, 2009",
|
||||
"Check out <a href=http://www.smh.com.au/technology/new-heroes-with-a-hard-drive-20090815-elsd.html>an article in The Sydney Morning Herald</a>
|
||||
about volunteer computing in Australia."
|
||||
|
|
|
@ -360,7 +360,8 @@ sys.path.insert(0, os.path.join('%s', 'py'))
|
|||
'sample_assimilator', 'sample_work_generator',
|
||||
'single_job_assimilator',
|
||||
'assimilator.py', 'pymw_assimilator.py',
|
||||
'update_stats', 'db_dump', 'db_purge', 'show_shmem', 'census' ])
|
||||
'update_stats', 'db_dump', 'db_purge', 'show_shmem', 'census',
|
||||
'delete_file', 'request_file_list', 'get_file', 'send_file' ])
|
||||
map(lambda (s): install(srcdir('tools',s), dir('bin',s)),
|
||||
[ 'create_work', 'xadd', 'dbcheck_files_exist', 'run_in_ops',
|
||||
'update_versions', 'parse_config', 'grep_logs', 'db_query',
|
||||
|
|
Loading…
Reference in New Issue