chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32722a
)
Default new import.py apps to UCM:Tags (should be a standard)
author
Daniel Martí
<mvdan@mvdan.cc>
Sat, 16 Nov 2013 21:53:04 +0000
(22:53 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sat, 16 Nov 2013 21:53:04 +0000
(22:53 +0100)
fdroidserver/import.py
patch
|
blob
|
history
diff --git
a/fdroidserver/import.py
b/fdroidserver/import.py
index 4796e4eda8092239b4b1f6df08e903ace8c82272..cda1765cd645d88d2e26136bffb668b6b47069ce 100644
(file)
--- 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 = {}