Fixed
Details
Assignee
Barak KorrenBarak Korren(Deactivated)Reporter
Barak KorrenBarak Korren(Deactivated)Priority
Highest
Details
Details
Assignee
Barak Korren
Barak Korren(Deactivated)Reporter
Barak Korren
Barak Korren(Deactivated)Priority
Created January 4, 2017 at 1:46 PM
Updated January 30, 2017 at 9:25 AM
Resolved January 17, 2017 at 2:24 PM
The experimental repo has a cleanup script that is ran every hour via cron. The script is meant to delete old and unused package builds.
The content of the script is as follows:
The problem here is that 'latest' is not filtered out to not be deleted by this script. It is OK to delete it in most cases because then it gets recreated by the 'deploy-to-experimental' job, but there might be a case where 'test-repo_ovirt-experimental_*' can run before this happens, this may cause it to get an empty or partial 'latest' repo.
To remedy this, the script needs to be changed to be the following:
The script itself on the resources server was already changed in-palce, this ticket is so we this change is also "backed up" to the 'infra-puppet' repo.