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:
d59ecb3
)
lint: Update Check Name with unchanged app id
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 18 Aug 2015 21:01:14 +0000
(14:01 -0700)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 18 Aug 2015 21:01:14 +0000
(14:01 -0700)
fdroidserver/lint.py
patch
|
blob
|
history
diff --git
a/fdroidserver/lint.py
b/fdroidserver/lint.py
index d61aab2140449a53fde0a44f2139b6aefef70a1b..f255b502f6020cd0627c3ba378d70d5d2e0ebf61 100644
(file)
--- a/
fdroidserver/lint.py
+++ b/
fdroidserver/lint.py
@@
-188,6
+188,9
@@
def main():
]):
warn("UCM is set but it looks like checkupdates hasn't been run yet")
+ if app['Update Check Name'] == appid:
+ warn("Update Check Name is set to the known app id - it can be removed")
+
cvc = int(app['Current Version Code'])
if cvc > 0 and cvc < lowest_vercode:
warn("Current Version Code is lower than any enabled build")