1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00
This commit is contained in:
Ciaran Gultnieks 2015-01-13 08:25:27 +00:00
parent c60cca57cf
commit 12f65953e6

View File

@ -353,10 +353,10 @@ 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 + "'")
app['Auto Name'] = new_name