commit d1e52415a4842bdead1213806971a5d44024342e
Author: Matthew Dillon <[email protected]>
Date: Wed Apr 20 08:45:28 2022 -0700
dsynth - Add 'fetch-only {list/everything}*' directive (3)
* dsynth still follows dependency chains when fetching, which is
kinda what we want. However, failed fetches were blocking fetches
of packages dependant on the failed one. Since we aren't building
in fetch-only mode, fake a 'success' so everything gets fetched that
can be fetched.
Summary of changes:
usr.bin/dsynth/build.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d1e52415a4842bdead1213806971a5d44024342e
--
DragonFly BSD source repository