- Feb 28, 2024
-
-
Andrej Shadura authored
Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Aug 30, 2023
-
-
This changes the aptly integration code to perform operations by calling aptlyctl and obs2aptly, both interacting with the aptly service via the REST API and configured per-distribution. As a result of this change, all the code involving cron and the snapshot policy has been removed to be placed elsewhere. https://phabricator.apertis.org/T9436 Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
- May 16, 2022
-
-
Ariel D'Alessandro authored
The script `./src/backend/bs_aptly_migration` can be used to migrate reprepro repositories to aptly. Note that reprepro repositories and snapshots cleanup is not implemented by this script. Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-
- May 12, 2022
-
-
This commit integratates aptly backend. The following features are supported: * OBS repositories gets automatically created/removed on aptly. * Each arch with the publish flag enabled in a repository, get published on aptly. * Package binaries get added to the aptly repository right after they get built. Old versions are automatically removed. * Every time a package is published, a snapshot is taken and published. Related documentation is added to `README.aptly.md`: * aptly configuration files. * snapshot and db-cleanup scripts. Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
-