[yocto-autobuilder-helper,dunfell,2/3] prepare-shared-repos: Make it clear when rsync starts in logs

Message ID 03d4d5afcaec6ec4990329e6db2b81654c9d8495.1645543004.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,dunfell,1/3] scripts/prepare-shared-repos: Use tmpfs for speed | expand

Commit Message

Steve Sakoman Feb. 22, 2022, 3:20 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8e996a95a8902b40380dd477ecb606cc969cdee9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 scripts/prepare-shared-repos | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/scripts/prepare-shared-repos b/scripts/prepare-shared-repos
index 1573f85..c221e69 100755
--- a/scripts/prepare-shared-repos
+++ b/scripts/prepare-shared-repos
@@ -39,4 +39,5 @@  with tempfile.TemporaryDirectory(prefix="shared-repo-temp-", dir="/home/pokybuil
         if args.publish_dir:
             utils.publishrepo(tempdir, repo, args.publish_dir)
 
+    utils.printheader("Running rsync")
     subprocess.check_call("rsync -a " + tempdir + "/* " + args.sharedsrcdir, shell=True)