poudriere icon indicating copy to clipboard operation
poudriere copied to clipboard

distclean needs to use a jail, sets, overlays, and proper make.conf

Open bdrewery opened this issue 8 years ago • 2 comments

bdrewery avatar Jun 09 '17 02:06 bdrewery

Remove this hack after the change to using port_var_fetch:

injail() {
        "$@"
}

bdrewery avatar Jun 09 '17 02:06 bdrewery

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.

bdrewery avatar Jan 25 '18 21:01 bdrewery