debci-update-worker
continuous integration system for Debian
Install
- All systems
-
curl cmd.cat/debci-update-worker.sh
- Debian
-
apt-get install debci
- Ubuntu
-
apt-get install debci
- Kali Linux
-
apt-get install debci
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install debci
- Raspbian
-
apt-get install debci
- Dockerfile
- dockerfile.run/debci-update-worker
debci
continuous integration system for Debian
debci will scan the Debian archive for packages that contain DEP-8 compliant test suites, and run those test suites whenever a new version of the package, or of any package in its dependency chain (modulo the base system), is available. The requests are distributed to worker machines through AMQP queues. You need rabbitmq-server for this; but it is also possible to run RabbitMQ on a different server than debci, in which case you do not need to install that recommendation. This package contains the debci core.