Monorepo management for opam overlays
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Suppress clone warnings during progress; show in summary only

Clone failures were logged as warnings that interleaved with the
progress bar, making the output unreadable. Downgrade to debug level
since the missing repos are already reported in the summary at the end.

+1 -1
+1 -1
lib/push.ml
··· 98 98 with 99 99 | Ok () -> true 100 100 | Error _ -> 101 - Log.warn (fun m -> 101 + Log.debug (fun m -> 102 102 m "Could not clone %s from %s — skipping" prefix clone_url); 103 103 false 104 104 end