poudriere
poudriere copied to clipboard
distclean needs to use a jail, sets, overlays, and proper make.conf
Remove this hack after the change to using port_var_fetch:
injail() {
"$@"
}
This seems trivial but is not. It needs to support multiple -p/-j/-z combinations to ensure that no arch/jail/make.conf/options-specific distfiles is lost just because it wasn't checked. Having -p port1 -p port2 -j jail1 -j jail2 -z set1 -z set2 is creates ambiguous combinations. It begs to fix bulk in a similar way to allow multiple masters.