From c8e8651694415d497b0800319b2ddda361b7651f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Jul 2026 16:39:38 +0900 Subject: cmd/mbf: shallow by default This is going to be used most of the time, with --deep only useful for fetching bootstrap artifacts. Signed-off-by: Ophestra --- cmd/mbf/main.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd/mbf/main.go') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index df9c99b8..b2f2c0d6 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -217,6 +217,11 @@ func main() { &cm.mirror, "r", command.StringFlag("$MBF_REMOTE"), "URL of mirror service", + ).Flag( + &cm.deep, + "deep", command.BoolFlag(false), + "Cure all inputs even when the required artifact is available "+ + "via the mirror service", ).Flag( &cm.idle, "sched-idle", command.BoolFlag(false), -- cgit v1.3.1