mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
scanner: don't warn about ignored files
This commit is contained in:
parent
23b7f544c1
commit
b84688af7a
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue