Fixes: https://pagure.io/koji/issue/1913
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
1 new commit added
add real delete
delete main part of data
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
elif age > 120 or not self.checkSpace():
It's not clear to me why we need to change this condition. It's at least worth a comment.
I think this 2 minute barrier may be a protection against a race condition. Are we worried that 2 minutes is too long for an old buildroot to persist?
Ah, it is probably not needed now. I've added that check, while Martin tested it. But it showed as a false alarm. (removing)
remove unneeded condition
:thumbsup:
Do we need to re-test?
Metadata Update from @tkopecek: - Pull-request untagged with: testing-done
Commit b972b572 fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/1913