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
|
# Debian Continuous Integration
The [Debian continuous integration](..) (debci) is an automated system that
coordinates the execution of automated tests against packages in the
[Debian](https://www.debian.org/) system. `debci` will continuously run
`autopkgtest` test suites from source packages in the Debian archive.
## Documentation for package maintainers
The {file:docs/MAINTAINERS.md FAQ for package maintainers} contains useful
information on how to declare the test suite, how the test is executed,
how to reproduce the test runs locally, etc.
Additionally, we have these extra tutorial-style documentation:
* {file:docs/TUTORIAL.md Functional testing of Debian packages}, a tutorial
transcribed from a DebConf15 talk on autopkgtest and debci is available that
covers declaring test suites, issues to consider, and tips and tricks.
* [Patterns for Writing As-Installed Tests for Debian Packages](https://deb.li/pattestdeb)
is a paper describing patterns (as in "design patterns") for writing tests
for Debian packages.
## Reporting Bugs
Please report bugs against the [debci package](https://bugs.debian.org/debci)
in the [Debian BTS](https://bugs.debian.org/).
## Developer information
* Get source: `git clone https://salsa.debian.org/ci-team/debci.git`
* [Browse source](https://salsa.debian.org/ci-team/debci)
* {file:docs/HACKING.md How to setup a development environment}
## Production deployments
See the {file:docs/INSTALL.md installation guide} for instructions on how to
deploy debci to your own infrastructure.
## Contact
For maintainer queries, general discussion, and also about the development of
debci itself, get in touch:
* mailing list: [debian-ci](https://lists.debian.org/debian-ci)
* IRC: `#debci` on OFTC
## Copyright and Licensing information
Copyright © the debci development team.
debci is free software licensed under the GNU General Public License version 3
or later.
|