An open API service indexing awesome lists of open source software.

https://github.com/void-linux/void-updates

Update check system for void-packages
https://github.com/void-linux/void-updates

voidlinux

Last synced: 10 months ago
JSON representation

Update check system for void-packages

Awesome Lists containing this project

README

          

void-updates
============

Script intended to be run daily via cron for finding upstream updates
to [void-packages][]. This is just a wrapper around `./xbps-src update-check`.

Requirements
------------

* xbps
* git

Usage
-----

1. Create a dedicated user for `void-updates` which is member of the
`xbuilder` group.
2. Run a command like the following from the dedicated user's crontab
daily:

void-updates -p 20 \
-r https://github.com/void-linux/void-packages.git \
-s /var/cache/void-packages \
-o /srv/http/void-updates

[void-packages]: https://github.com/void-linux/void-packages