aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
...
* Support passing a log-level to the nar-herder serverChristopher Baines2022-04-17
| | | | | | | | This means that you can disable the output of requests by specifying a log-level of INFO or greater. Since the nar-herder may respond to so many requests, logging each one is a bit excessive.
* Support inserting tags when inserting narinfosChristopher Baines2022-03-13
| | | | | | This is the beginning of implementing support for tagging. The communicating of tags through changes still needs implementing.
* Support specifying TTL's for narinfo responsesChristopher Baines2022-02-02
| | | | Using the same approach as guix publish.
* Regularly update the database dump and delete recent changesChristopher Baines2021-12-29
|
* Add support for creating a pid fileChristopher Baines2021-12-20
|
* Say when the database download startsChristopher Baines2021-12-13
|
* Add missing --database-dump optionChristopher Baines2021-12-13
|
* Fix import trying to import argumentsChristopher Baines2021-12-12
|
* Get most of the functionality sort of workingChristopher Baines2021-12-12
At least working enough to start trying this out, and finding the problems.