chiark / gitweb /
Remove shell option from FDroidPopen
[fdroidserver.git] / fdroidserver / checkupdates.py
index 1e4f658eefcf9498fc0757252f1c17d9fb5e6601..325e705584fd78b3af6112761551c4242b31c355 100644 (file)
@@ -128,6 +128,7 @@ def check_tags(app, pattern):
 
         if repotype in ('git',):
             tags = vcs.latesttags(tags, 5)
+            logging.debug("Latest tags: " + ','.join(tags))
 
         for tag in tags:
             logging.debug("Check tag: '{0}'".format(tag))