mirror of https://github.com/BOINC/boinc.git
Merge pull request #4765 from neoneye/master
make_project: Removed dependency of long gone files causing "failed to copy" warnings
This commit is contained in:
commit
0a932765c0
|
@ -433,7 +433,6 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py'))
|
||||||
'cancel_jobs',
|
'cancel_jobs',
|
||||||
'create_work',
|
'create_work',
|
||||||
'dbcheck_files_exist',
|
'dbcheck_files_exist',
|
||||||
'db_query',
|
|
||||||
'demo_query',
|
'demo_query',
|
||||||
'demo_submit',
|
'demo_submit',
|
||||||
'dir_hier_move',
|
'dir_hier_move',
|
||||||
|
@ -445,7 +444,6 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py'))
|
||||||
'sign_executable',
|
'sign_executable',
|
||||||
'stage_file',
|
'stage_file',
|
||||||
'update_versions',
|
'update_versions',
|
||||||
'watch_tcp',
|
|
||||||
'xadd',
|
'xadd',
|
||||||
]
|
]
|
||||||
for f in command:
|
for f in command:
|
||||||
|
|
Loading…
Reference in New Issue