mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Reduce update verbosity a bit
This commit is contained in:
parent
6bd57d9eea
commit
295784a249
@ -165,7 +165,8 @@ def update_wiki(apps, apks, verbose=False):
|
||||
print "Updating modified page " + page.name
|
||||
page.save(generated_pages[page.name], summary='Auto-updated')
|
||||
else:
|
||||
print "Page " + page.name + " is unchanged"
|
||||
if verbose:
|
||||
print "Page " + page.name + " is unchanged"
|
||||
else:
|
||||
print "Deleting page " + page.name
|
||||
page.delete('No longer published')
|
||||
|
Loading…
Reference in New Issue
Block a user