mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-26 10:51:14 -04:00
checkupdates does not need common.config
This commit is contained in:
committed by
Michael Pöhn
parent
be27b58114
commit
5bed7b48e6
@@ -885,8 +885,6 @@ def main():
|
||||
options = common.parse_args(parser)
|
||||
metadata.warnings_action = options.W
|
||||
|
||||
common.read_config() # only needed for functions from fdroidserver
|
||||
|
||||
if not options.allow_dirty:
|
||||
status = subprocess.check_output(['git', 'status', '--porcelain'])
|
||||
if status:
|
||||
|
||||
Reference in New Issue
Block a user