projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c7ef8
)
Not nice, but some doc
author
Joerg Jaspert
<joerg@debian.org>
Sat, 6 Dec 2014 14:37:06 +0000
(15:37 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Sat, 6 Dec 2014 14:37:06 +0000
(15:37 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dakweb/queries/madison.py
patch
|
blob
|
history
diff --git
a/dakweb/queries/madison.py
b/dakweb/queries/madison.py
index eb8c45cd6ffaac27891d840bd624486125369fed..9678a36ebeb021fd818ab68401bf6c445b544809 100644
(file)
--- a/
dakweb/queries/madison.py
+++ b/
dakweb/queries/madison.py
@@
-6,6
+6,16
@@
from dakweb.webregister import QueryRegister
@bottle.route('/madison')
def madison():
+ """
+ Display information about packages.
+
+ b=TYPE only show info for binary TYPE
+ c=COMPONENT only show info for COMPONENT(s)
+ s=SUITE only show info for this suite
+ S=true show info for the binary children of source pkgs
+ f=json output json format
+ """
+
r = bottle.request
packages = r.query.get('package', '').split()