From b1ae08e8508474d4b88b97ec57908dbfb8b210cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 16 Nov 2013 22:53:04 +0100 Subject: [PATCH] Default new import.py apps to UCM:Tags (should be a standard) --- fdroidserver/import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fdroidserver/import.py b/fdroidserver/import.py index 4796e4ed..cda1765c 100644 --- a/fdroidserver/import.py +++ b/fdroidserver/import.py @@ -259,6 +259,7 @@ def main(): app['License'] = license app['Repo Type'] = repotype app['Repo'] = repo + app['Update Check Mode'] = "Tags" # Create a build line... build = {}