mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Restored some verbose functionality
This commit is contained in:
parent
2a3351a22b
commit
623f06d7bc
2 changed files with 3 additions and 1 deletions
2
build.py
2
build.py
|
|
@ -46,7 +46,7 @@ parser.add_option("-c", "--clean", action="store_true", default=False,
|
|||
(options, args) = parser.parse_args()
|
||||
|
||||
# Get all apps...
|
||||
apps = common.read_metadata()
|
||||
apps = common.read_metadata(options.verbose)
|
||||
|
||||
#Clear and/or create the 'built' directory, depending on mode:
|
||||
built_dir = 'built'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue