builderv2: cleanup does not remove old installer caches #9414
Labels
affects-4.2
This issue affects Qubes OS 4.2.
affects-4.3
This issue affects Qubes OS 4.3.
C: builder
Qubes Builder
diagnosed
Technical diagnosis has been performed (see issue comments).
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
pr submitted
A pull request has been submitted for this issue.
T: bug
Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
How to file a helpful issue
Qubes OS release
R4.3
Brief summary
Calling
qb cleanup all
leaves no longer used installer caches.Steps to reproduce
qb installer all
qb cleanup all
(or with--dry-run
to see what will get removed)Expected behavior
No longer used installer caches are removed
Actual behavior
Old caches remain.
For example:
templates
andchroot
should remain, as they will be used for subsequent builds (those should be cleaned up only when explicitly requested). But oldQubes-*
should get removed. Not sure about the most recent one - probably should remain asqb installer build
(without callingprep
) will use that, right?Yes, I know there is
qb cleanup cache --installer
, but that will remove also chroot and templates cache - which I want to keep.The text was updated successfully, but these errors were encountered: