kumy
kumy
> or in config file: ```ini [CRON] binary = /path/to/php, TRUE ``` When using this I get an `Array to string conversion` error: ``` # php index.php /cron Array to...
I'm also interested in this, for using alternative service such as libravatar.org
same here, did you find how to achieve this ?
I tought about the exact same -json parameter. I've lauched temporarly the api to get that. +1
FTR, `aptly` can't guess architectures for mirror `elasticsearch`. here is an example: http://pastebin.com/1GALeZcg
We mostly rely on `Suite` field for existing apt pinning configs. It would be good to see this field taken from the "original" mirror. Also the ability to override it/them...
Note: of course `publish drop...` then `publish snapshot...` the repo add the architectures. But the repo have to be unpublished :-1:
What would be cool, - is to launch the api server and be able launch aptly cli for readonly features. (bypass database lock, for read only) - or (in our...
I understand your point of view, & I didn't know about `-with-references` but ``` aptly package search -with-references aptly flag provided but not defined: -with-references Usage: aptly package search Options:...
seems better, thx. Now I have to bench it for 2 millions packages!!! ``` # SELECT count(*) from pacmr_pacmr; count --------- 2283600 (1 row) ``` ;)