1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

Default new import.py apps to UCM:Tags (should be a standard)

This commit is contained in:
Daniel Martí 2013-11-16 22:53:04 +01:00
parent d32722a4aa
commit b1ae08e850

View 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 = {}