Skip to content

Commit 0b9a5d1

Browse files
committed
resultdir-cleaner: remove old appstream failures
These are no longer that frequent as we disabled appstream-builder by default long time ago. Relates: #3495
1 parent 526473b commit 0b9a5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/run/copr-backend-resultdir-cleaner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def clean_in(resultdir, dry_run=True):
9696
if subdir in ["tmp", "cache", "appdata"]:
9797
# tmp => 95k * 7 inodes
9898
# cache => 95k * 2 inodes
99-
todo_directory(chroot_subdir_path, "APPSTREAMFAIL")
99+
remove_old_dir(chroot_subdir_path, dry_run)
100100
continue
101101

102102
parts = subdir.split("-")

0 commit comments

Comments
 (0)