Custom Query (2152 matches)
Results (391 - 393 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1116 | fixed | api search loses boolean q options | dread | dread |
Description |
filter_by_openness and filter_by_downloadable options don't work when specified as URI parameters. (They do work in qjson parameters) |
|||
#1123 | fixed | Please re-package CKAN packages as "noarch" | dread | nils.toedtmann |
Description |
... or, if the CKAN packages do contain architecture-specific binary code, build packages for i386 too. Currently, http://apt-alpha.ckan.org/debian only offers packages for amd64, but e.g. "m1.small" EC2 instances are i386. We would need this in order to migrate the community instances to a packaged based CKAN. Rufus, pls prioritise. |
|||
#1125 | fixed | Debian package "ckan" should not depend on "postgresql" | dread | nils.toedtmann |
Description |
The debian package "ckan" with the two scripts "ckan-create-instance" and "ckan-instance-maintenance" depends against "postgresql". But "ckan-create-instance" is quite handy even when the DB is remote: it creates all the data dirs with the correct permissions, and the ckan and apache configs. Please add a flag "--without-local-db" to "ckan-create-instance" and remove the postgres dependancy from the debain package. |