From 0946286c8afa9ed140b5636f87fdf5d9530fb954 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Jul 2017 14:06:28 -0400 Subject: Rsync: Make rsync display its progress, in a minimal format to avoid scrolling each file down the screen. --- debian/changelog | 7 +++++++ src/Propellor/Property/Rsync.hs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3b02a00b..99f12602 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (4.7.2) UNRELEASED; urgency=medium + + * Rsync: Make rsync display its progress, in a minimal format to avoid + scrolling each file down the screen. + + -- Joey Hess Sat, 29 Jul 2017 14:05:30 -0400 + propellor (4.7.1) unstable; urgency=medium * Added Mount.isMounted. diff --git a/src/Propellor/Property/Rsync.hs b/src/Propellor/Property/Rsync.hs index 5665ab91..c7ff3287 100644 --- a/src/Propellor/Property/Rsync.hs +++ b/src/Propellor/Property/Rsync.hs @@ -54,7 +54,7 @@ syncDirFiltered filters src dest = rsync $ , addTrailingPathSeparator dest , "--delete" , "--delete-excluded" - , "--quiet" + , "--info=progress2" ] ++ map toRsync filters rsync :: [String] -> Property (DebianLike + ArchLinux) -- cgit v1.2.3