mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Revert back to always updating Auto Name
This commit is contained in:
parent
439cabb7f3
commit
87d409a55c
1 changed files with 7 additions and 7 deletions
|
|
@ -354,12 +354,12 @@ def fetch_autoname(app, tag):
|
|||
if app['builds'][-1]['gradle']:
|
||||
flavours = app['builds'][-1]['gradle']
|
||||
|
||||
commitmsg = None
|
||||
if not app['Auto Name']:
|
||||
logging.debug("...fetch auto name from " + app_dir)
|
||||
new_name = common.fetch_real_name(app_dir, flavours)
|
||||
commitmsg = None
|
||||
if new_name:
|
||||
logging.debug("...got autoname '" + new_name + "'")
|
||||
if new_name != app['Auto Name']:
|
||||
app['Auto Name'] = new_name
|
||||
if not commitmsg:
|
||||
commitmsg = "Set autoname of {0}".format(common.getappname(app))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue