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
|

Debusine's goal is to be an integrated solution to build, distribute and
maintain a Debian-based distribution.
Debusine is already a modern cloud-powered Continuous Integration (CI)
platform to run many packaging and distribution related workflows
for the Debian ecosystem. It can be used to automate everything from the
package build up to the generation of installer/disk/cloud/container
images, including all the intermediary quality assurance checks. It is
very versatile and easy to extend to cater to custom requirements.
To cope with the scale (dozens of thousands of packages), and with the
breadth of supported CPU architectures of a Linux distribution, Debusine
manages the scheduling and distribution of individual tasks to distributed
worker machines, including cloud workers on demand.
If you are new to Debusine, you will want to read
[Introduction to
Debusine](https://freexian-team.pages.debian.net/debusine/explanation/introduction.html)
first.
## Documentation
The [documentation](https://freexian-team.pages.debian.net/debusine/) always
matches what's in the git repository's devel branch.
Otherwise you can generate the documentation yourself by doing `make html`
in the docs subdirectory of the debusine git repository.
## Interacting with the project
### How to contribute
Have a look at the ["Contribute to Debusine"
section](https://freexian-team.pages.debian.net/debusine/howtos/contribute.html) of the
documentation.
### Contact information
You can interact with the developers through the [issue
tracker](https://salsa.debian.org/freexian-team/debusine/-/issues)
or on the `#debusine` IRC channel on the OFTC network (irc.debian.org
server for example).
Raphaƫl Hertzog (buxy on IRC) initiated the project and oversees its
development. Debusine is a free software project, and its development
has been supported by [various
entities](https://freexian-team.pages.debian.net/debusine/reference/sponsors.html).
### Reporting bugs and vulnerabilities
We are using [GitLab's bug
tracker](https://salsa.debian.org/freexian-team/debusine/-/issues) to
manage bug reports which are related to the source code itself. You should
file new bugs there.
Security issues should be reported to the bug tracker like other bugs
but they can be marked as confidential if the issue is really sensitive.
If you are unsure, start with a confidential issue, we can always
make it public later.
|