From 8bfe51b5b91f57221aa07839898bf1b4cea1ff37 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 24 Nov 2022 10:58:52 +1100 Subject: [PATCH] from_build_host: log progress (for when the network is bad) --- from_build_host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/from_build_host b/from_build_host index babf5da..6a2829a 100755 --- a/from_build_host +++ b/from_build_host @@ -2,7 +2,7 @@ . "$(dirname $0)/common.sh" -rsync -avHSUXx --open-noatime --partial --delete \ +rsync -avHPSUXx --open-noatime --delete \ --exclude "gitk.cache" \ --exclude '.gitk-tmp**' \ --include '/patches/***' \ -- 2.39.5