Re: dpb patch for proper fetching

2023-02-15 Thread Stuart Henderson
On 2023/02/08 11:26, Marc Espie wrote: > This proved surprisingly complicated. > This should fix fetching for > BUILD_DEPENDS = some/path:patch > situations (where the path actually doesn't get built) > > This could use a full bulk or two. > > (I expect to simplify the "new_path/new_fetch_path co

Re: dpb patch for proper fetching

2023-02-14 Thread Christian Weisgerber
Marc Espie: > This should fix fetching for > BUILD_DEPENDS = some/path:patch > situations (where the path actually doesn't get built) > > This could use a full bulk or two. It didn't break anything in an amd64 bulk build. -- Christian "naddy" Weisgerber na...@mips.inka

dpb patch for proper fetching

2023-02-08 Thread Marc Espie
This proved surprisingly complicated. This should fix fetching for BUILD_DEPENDS = some/path:patch situations (where the path actually doesn't get built) This could use a full bulk or two. (I expect to simplify the "new_path/new_fetch_path code later on, but for now, this should do) Index: Engi