Verified Commit 0bcfdd0e authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Limit madison results to source packages

Prevent version comparison with binary packages.
parent 18c074f6
......@@ -63,6 +63,7 @@ class ClientFTPMasterAPI(ClientJsonAPI):
params = {
'package': package,
's': distribution,
'a': 'source',
'f': 'json'
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment