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',
|
||||
'create_work',
|
||||
'dbcheck_files_exist',
|
||||
'db_query',
|
||||
'demo_query',
|
||||
'demo_submit',
|
||||
'dir_hier_move',
|
||||
|
@ -445,7 +444,6 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py'))
|
|||
'sign_executable',
|
||||
'stage_file',
|
||||
'update_versions',
|
||||
'watch_tcp',
|
||||
'xadd',
|
||||
]
|
||||
for f in command:
|
||||
|
|
Loading…
Reference in New Issue