Skip to content

Commit

Permalink
backend: resultdir-cleaner: remove old appstream failures
Browse files Browse the repository at this point in the history
These are no longer that frequent as we disabled appstream-builder by
default long time ago.

Relates: fedora-copr#3495
  • Loading branch information
praiskup committed Nov 28, 2024
1 parent 526473b commit cf2b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/run/copr-backend-resultdir-cleaner
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def clean_in(resultdir, dry_run=True):
if subdir in ["tmp", "cache", "appdata"]:
# tmp => 95k * 7 inodes
# cache => 95k * 2 inodes
todo_directory(chroot_subdir_path, "APPSTREAMFAIL")
remove_old_dir(chroot_subdir_path, dry_run)
continue

parts = subdir.split("-")
Expand Down

0 comments on commit cf2b239

Please sign in to comment.