Opened 8 years ago
Closed 7 years ago
#234 closed enhancement (invalid)
rpmbuild-bot: Add auto cleanup of old packages
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | rpmbuild-bot | Version: | |
Severity: | low | Keywords: | |
Cc: |
Description
We should purge old packages as new ones get released — this is to avoid cluttering the repositories with outdated and unneeded RPMs. Currently we do it by hand which is very time consuming and error prone.
A better idea is to teach rpmbuild-bot to automatically move outdated packages to a trash area when newer ones for a given program are uploaded. The trash is then to be purged each few months. This approach will require to store package build logs (used as indexes to collect RPM files belonging to a single build) on the repository machine rather than locally. But that's a needed feature anyway as it will allow to e.g. move packages between repositories not only by a person who built it but by anyone who has the required access.
Change History (2)
comment:1 by , 8 years ago
Component: | rpm → rpmbuild-bot |
---|
comment:2 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
moved to https://github.com/bitwiseworks/rpmbuild-bot/issues/3