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 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: debci
Section: devel
Priority: optional
Maintainer: Debian CI team <team+ci@tracker.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>, Paul Gevers <elbrus@debian.org>,
Build-Depends: debhelper-compat (= 12),
debootstrap,
amqp-tools,
autopkgtest (>= 5.5~) <!pkg.debci.runtime>,
curl,
dctrl-tools,
debian-archive-keyring,
devscripts,
distro-info,
fonts-font-awesome (>= 4.0.3~),
inotify-tools <!pkg.debci.runtime>,
jq,
libjs-bootstrap,
libjs-jquery,
libjs-jquery-flot,
moreutils,
patchutils,
postgresql <!pkg.debci.runtime>,
puma <!pkg.debci.runtime>,
rabbitmq-server <!pkg.debci.runtime>,
rerun <!pkg.debci.runtime>,
retry,
rsync,
ruby,
ruby-activerecord (>= 2:5.2),
ruby-bunny,
ruby-database-cleaner <!pkg.debci.runtime>,
ruby-erubi,
ruby-foreman <!pkg.debci.runtime>,
ruby-localhost <!pkg.debci.runtime>,
ruby-omniauth-gitlab,
ruby-pg,
ruby-rack-test <!pkg.debci.runtime>,
ruby-rspec (>= 2.14) <!pkg.debci.runtime>,
ruby-sinatra,
ruby-sinatra-contrib,
ruby-kaminari-activerecord,
ruby-sqlite3,
ruby-thor,
shellcheck <!pkg.debci.runtime>,
shunit2 <!pkg.debci.runtime>,
yard <!pkg.debci.runtime>,
Standards-Version: 4.4.1
Homepage: http://ci.debian.net/
Vcs-Git: https://salsa.debian.org/ci-team/debci.git
Vcs-Browser: https://salsa.debian.org/ci-team/debci
Rules-Requires-Root: no
Package: debci
Architecture: all
Depends: adduser,
debootstrap,
ruby-sqlite3 | ruby-pg,
sudo,
${debci:Depends},
${misc:Depends},
Recommends: ntp | time-daemon
Suggests: apt-cacher-ng, auto-apt-proxy
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 (>= 5.5~),
${misc:Depends},
Recommends: lxc | schroot,
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},
Breaks: debci (<< 2.6~)
Replaces: debci (<< 2.6~)
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.
|