mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3480
This commit is contained in:
parent
a0153e5f06
commit
3d0b4fde9c
|
@ -174,7 +174,7 @@ def find_versions__process_single_file(filepath):
|
||||||
match = re_match_exec_filename(filepath)
|
match = re_match_exec_filename(filepath)
|
||||||
if not match:
|
if not match:
|
||||||
print >>sys.stderr, " Ignoring unknown file", filepath
|
print >>sys.stderr, " Ignoring unknown file", filepath
|
||||||
continue
|
return
|
||||||
add_files(app=app, match=match, exec_file=filepath,
|
add_files(app=app, match=match, exec_file=filepath,
|
||||||
min_core_version = min_core_version
|
min_core_version = min_core_version
|
||||||
)
|
)
|
||||||
|
@ -197,7 +197,7 @@ def find_versions__process_bundle(dir):
|
||||||
non_exec_files.append(filepath)
|
non_exec_files.append(filepath)
|
||||||
if not match:
|
if not match:
|
||||||
print >>sys.stderr, " Ignoring directory", dir
|
print >>sys.stderr, " Ignoring directory", dir
|
||||||
continue
|
return
|
||||||
add_files(app=app, match=match,
|
add_files(app=app, match=match,
|
||||||
exec_file=exec_file,
|
exec_file=exec_file,
|
||||||
non_exec_files=non_exec_files,
|
non_exec_files=non_exec_files,
|
||||||
|
|
Loading…
Reference in New Issue