dak is the collection of programs used to maintain the Debian project's archives.

Ansgar 449a5fe4fc fix(mail.py): avoid double quoted-prinable encoding for signed mails 2 months ago
alembic 62bbc72da9 [py3] The future is now! 3 years ago
config 0738fb67ad Revert "config: temporarily disable signing mails (until consumers are happier)" 2 months ago
dak af96878def Remove pool/ prefix 4 months ago
daklib 449a5fe4fc fix(mail.py): avoid double quoted-prinable encoding for signed mails 2 months ago
dakweb ecebe09315 madison.py: use raw string for doc string 1 year ago
debian 607640e913 add postgresql 15, current version in Debian bookworm 1 year ago
docs bf4c4bc917 Change sync-release to use codename 4 months ago
integration-tests affb8a88de Add integration tests for dak acl and process-upload commands 7 months ago
scripts bf4c4bc917 Change sync-release to use codename 4 months ago
setup 895e796bcb setup: add non-free-firmware component 1 year ago
templates 118eb1d5d9 rm.bug-close-related: add "Debian: DAK" header field 1 year ago
tests dce43697ac ORMObject: drop `clone` member function 1 year ago
tools aeb76f592d Add riscv64 keyring for uploads 9 months ago
.coveragerc 159f05b370 .coveragerc: fix exclude pattern 3 years ago
.gitignore 77ab2a54a7 Update .gitignore to exclude more artifacts 5 years ago
.gitlab-ci.yml 0a4ac045f6 .gitlab-ci.yml: use Debian bookworm for sphinx 1 year ago
.nobackup 75726c66fc .nobackup file to avoid the git getting a not-needed backup 6 years ago
COPYING ef9466093b Imported sources. 23 years ago
README.md 45ac7ce336 Grammar: noun vs. verb 4 years ago
alembic.ini 527c40ab67 Add initial Alembic config 5 years ago
setup.cfg a4858dc287 Fix E123 flakes8 error (closing bracket does not match indentation of opening bracket's line) 1 year ago

README.md

dak - Debian Archive Kit

dak is the collection of programs used to maintain the Debian project's archives. It is highly optimized for the Debian project, though can be used by others too.

More reading

There are some manual pages and READMEs in the docs sub-directory. The TODO file is an incomplete list of things needing to be done.

There's a mailing list for discussion, development of and help with dak. See:

https://lists.debian.org/debian-dak/

for archives and details on how to subscribe.

Contributing

We love to get patches for dak. Enhancements, bugfixes, make-code-nicer/easier, anything.

Merge requests

With dak being available at the Salsa Service, we now prefer receiving merge requests there. They allow simple reviews using the webinterface and also allow discussing (parts of) the code within the Salsa UI. They also allow much easier tracking the state of different requests than a mail on a list ever allows.

To create merge requests that, simply go to the Salsa project page, select Fork followed by the namespace you want to put it in (usually your private one). Then simply clone this fork and work it in, preferably in a branch named after whatever-you-are-doing.

When you are happy with what you coded, use the UI on Salsa to create a merge request from your feature branch, either using the web interface or by using e-mail, see the Gitlab MR documentation for details on this process.

Alternative to using Salsa

While we do prefer merge requests as described above, we also accept patches send by mail to our mailing list, see above for details on the list.

Set Up DAK

You can find more info about setting dak up inside the setup Folder and its README.

License

dak is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, a copy of which is provided under the name COPYING, or (at your option) any later version.