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:
d83d0c2
)
lint: accept all new categories
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 30 Aug 2015 01:37:08 +0000
(18:37 -0700)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 30 Aug 2015 01:37:08 +0000
(18:37 -0700)
fdroidserver/lint.py
patch
|
blob
|
history
diff --git
a/fdroidserver/lint.py
b/fdroidserver/lint.py
index 8b31f051197cb7e01989c93634ef3d40d50f4642..e99ac659895dc1e03dd7d33f436698c5b409547d 100644
(file)
--- a/
fdroidserver/lint.py
+++ b/
fdroidserver/lint.py
@@
-114,7
+114,9
@@
categories = Set([
"Connectivity",
"Development",
"Games",
+ "Graphics",
"Internet",
+ "Money",
"Multimedia",
"Navigation",
"Office",
@@
-124,6
+126,8
@@
categories = Set([
"Security",
"System",
"Theming",
+ "Time",
+ "Writing",
])
desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)")