debci 2.6 source package in Ubuntu

Changelog

debci (2.6) unstable; urgency=medium

  * lxc: generate random container names
  * Debci::Job.import: validate package name
  * Move collector-only programs to debci-collector
  * Debci::AMQP: consolidate AMQP connection logic
  * test_worker: exclude existing processes from check for leftover processes
  * ui: user job list: show a reasonable number of pagination links
  * debci-collector: override "no ruby dep" from lintian
  * Bump Standards-Version to 4.4.1; no changes needed

 -- Antonio Terceiro <email address hidden>  Sun, 17 Nov 2019 19:28:29 -0300

Upload details

Uploaded by:
Debian CI team
Uploaded to:
Sid
Original maintainer:
Debian CI team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debci_2.6.dsc 2.7 KiB 46538a0d971bb2a1fe6da3bcaafbc88418224129fb2f632e1322a87fadbc5310
debci_2.6.tar.xz 113.2 KiB 393db3eae6aa9fb3f582efae7d3044b6435b14b3b4325b84409862f910f4f570

Available diffs

No changes file available.

Binary packages built by this source

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.

debci-collector: 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.

debci-worker: 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.