mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge branch 'metadata-checks'
This commit is contained in:
commit
47ec7bff2d
10 changed files with 758 additions and 697 deletions
|
|
@ -29,7 +29,7 @@ import time
|
|||
import json
|
||||
from optparse import OptionParser
|
||||
|
||||
import common
|
||||
import common, metadata
|
||||
from common import BuildException, VCSException, FDroidPopen
|
||||
|
||||
def get_builder_vm_id():
|
||||
|
|
@ -816,7 +816,7 @@ def main():
|
|||
sys.exit(1)
|
||||
|
||||
# Get all apps...
|
||||
apps = common.read_metadata(xref=not options.onserver)
|
||||
apps = metadata.read_metadata(xref=not options.onserver)
|
||||
|
||||
log_dir = 'logs'
|
||||
if not os.path.isdir(log_dir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue