From 25cd6f456de5c67149ac6a02cd91ced6af59a51b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 20 Aug 2009 18:10:42 +0000 Subject: [PATCH] - make_project and upgrade: copy file management programs to proj/bin/ svn path=/trunk/boinc/; revision=18885 --- checkin_notes | 6 ++++++ doc/boinc_news.php | 6 ++++++ py/Boinc/setup_project.py | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 26d374adfa..643a3d1ccc 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/doc/boinc_news.php b/doc/boinc_news.php index 8266f0fe77..886b4d8c14 100644 --- a/doc/boinc_news.php +++ b/doc/boinc_news.php @@ -1,6 +1,12 @@ tutorial on + using BOINC for desktop grid computing + on 20 Sept 2009 in Barcelona." +), array("August 18, 2009", "Check out an article in The Sydney Morning Herald about volunteer computing in Australia." diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index 16dc3ba15c..83b4943044 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -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',