Commit Graph

13 Commits

Author SHA1 Message Date
0861548b56 docs: split faq into multiple files 2024-08-20 16:44:40 +03:00
28589cb122 chore: add configuration recipes 2023-12-20 10:00:12 +02:00
279ac785a1 docs: correct crossreference in docs 2023-11-06 14:04:15 +02:00
efde0b2e86 feat: allow to use one application for multiple repositories (#111)
* allow to use one application for multiple repositories

* update tests

* handle None append argument everywhere

* rewrite repository definition logic

* drop optional flags from docs

* support of new schema in systemd units

* add migration docs and ability to migrate tree automatically

* use repostory id instead

* verbose multiarchitectureerror

* object path support for s3 sync

* fix tests after rebase
2023-09-08 14:01:07 +03:00
3a88d00db0 automatically bump pkgrel on version duplicates
The new --(no-)increment flag has been added to add, update and rebuild
subcommands. In case if it is true and package version is the same as in
repository, it will automatically bump pkgrel appending (increasing)
minor part of it (e.g. 1.0.0-1 -> 1.0.0-1.1).

Inn order to implement this, the shadow (e.g. it will not store it in
database) patch for pkgrel will be created
2023-08-08 03:14:47 +03:00
c22ddd71d9 packager documentation update 2023-06-05 03:40:02 +03:00
ff917281a2 add referencne to api docs to docs 2023-04-14 05:06:53 +03:00
766081d212 add demos links 2022-11-24 02:38:33 +02:00
03c298c762 replace if with while for telelgram reporting 2022-06-10 12:02:00 +03:00
22847aac68 small docs update 2022-06-04 15:24:14 +03:00
9f134e37b6 update readme 2022-05-22 16:00:24 +03:00
99874845b5 triggers implementation (#62) 2022-05-09 20:00:20 +03:00
33e9fea47c Docs update (#61)
* Improve sphinx documentation

* update faq formatting

* fix setup doc

* fix docs according to the generated htmls
2022-05-06 02:54:37 +03:00