chiark / gitweb /
Default new import.py apps to UCM:Tags (should be a standard)
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 16 Nov 2013 21:53:04 +0000 (22:53 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 16 Nov 2013 21:53:04 +0000 (22:53 +0100)
fdroidserver/import.py

index 4796e4eda8092239b4b1f6df08e903ace8c82272..cda1765cd645d88d2e26136bffb668b6b47069ce 100644 (file)
@@ -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 = {}