mirror of https://github.com/BOINC/boinc.git
Eliminated 2 warnings with the text "failed to copy" regarding files that are no longer in the repo. The warnings got triggered when running "make_project", this would call install_project() and print "Copying files" and attempted to copy 'db_query' and 'watch_tcp', which are no longer in the repo.
This commit is contained in:
parent
82e8eb98a6
commit
5edf32456d
|
@ -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