Re: @extraunexec usage in pkg_add

2022-06-07 Thread Stuart Henderson
On 2022/06/07 09:36, Marc Espie wrote: > I propose eventually replacing them with > @extraglob pattern Very definitely makes sense. So we can avoid surprises if/when we do this, if some developer is using packages from the wrong architecture as part of their workflow please check if those packag

@extraunexec usage in pkg_add

2022-06-07 Thread Marc Espie
I've conducted a quick audit of the 300 or so uses of @extraunexec in pkg_add. All but 5 are actually glorified versions of rm -rf I propose eventually replacing them with @extraglob pattern with several advantages: - we have file names that we know - perl itself can expand the glob and dec