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: #3495
  • Loading branch information
praiskup authored and nikromen committed Dec 2, 2024
1 parent 30cda2c commit e6fdb07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/run/copr-backend-resultdir-cleaner
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ def clean_in(resultdir, dry_run=True):
continue

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 e6fdb07

Please sign in to comment.