freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
393 stars 162 forks source link

logclean ignores dry run option #1186

Closed michael-o closed 18 hours ago

michael-o commented 20 hours ago

Prerequisites

Describe the bug

Trying to run logclean with dry-run still offers me to delete files:

poudriere logclean  30 -n  -j 133-release-amd64 -p default -z common
133-release-amd64-default-indocs/2024-10-13T13:20:29
[00:00:00] Removing these 169 builds older than 30 days in /var/poudriere/data/logs/bulk (filtered) will free: 3.39 GiB
[00:00:00] Proceed? [y/N] y
[00:00:04] Removing files...^C[00:00:05] [23908] Signal INT caught

Even if I add -y it is still interactive.

Expected behavior

Nothing should be removed and I should not be asked interactive whether I want to continue. It should just display what can be deleted.

Environment

michael-o commented 18 hours ago

My bad....