1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: debci
Section: devel
Priority: optional
Maintainer: Antonio Terceiro <terceiro@debian.org>
Build-Depends: amqp-tools,
dctrl-tools,
debhelper (>= 9.0.0),
devscripts,
dh-systemd (>= 1.5),
fonts-font-awesome (>= 4.0.3~),
inotify-tools,
jq,
moreutils,
patchutils,
rabbitmq-server,
rerun,
ruby,
ruby-foreman,
ruby-rspec (>= 2.14),
shellcheck,
shunit2,
yard
Standards-Version: 3.9.8
Homepage: http://ci.debian.net/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/debci.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/debci.git
Testsuite: autopkgtest
Package: debci
Architecture: all
Depends: adduser,
amqp-tools,
bsdmainutils,
dctrl-tools,
debootstrap,
devscripts,
fonts-font-awesome (>= 4.0.3~),
libjs-bootstrap,
libjs-jquery,
libjs-jquery-flot,
patchutils,
ruby,
sudo,
jq,
${misc:Depends},
${shlibs:Depends}
Recommends: moreutils,
ntp,
Suggests: apt-cacher-ng,
Description: 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.
Package: debci-worker
Architecture: all
Depends: debci (= ${binary:Version}),
autodep8 (>= 0.2~),
autopkgtest (>= 3.20),
lxc | schroot,
${misc:Depends},
${shlibs:Depends}
Description: continuous integration system for Debian (worker daemon)
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 provides cron and init integration for running debci worker
daemons that will listen to AMQP queues and run test jobs.
Package: debci-collector
Architecture: all
Depends: debci (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: rabbitmq-server,
Description: continuous integration system for Debian (collector daemon)
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 provides the collector daemon, which will receive test results
published by debci worker hosts, store them centrally, and generate the static
HTML files for the debci user interface.
|