mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-03 21:35:33 -04:00
scanner: don't warn about ignored files
This commit is contained in:
@@ -117,6 +117,8 @@ def scan_source(build_dir, root_dir, thisbuild):
|
||||
return 0
|
||||
|
||||
def warnproblem(what, fd):
|
||||
if toignore(fd):
|
||||
return
|
||||
logging.warn('Found %s at %s' % (what, fd))
|
||||
|
||||
def handleproblem(what, fd, fp):
|
||||
|
||||
Reference in New Issue
Block a user