[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] debian/mirror: Re-format rsync call



---
 config/debian/dinstall.functions | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions
index b843473..40b248f 100755
--- a/config/debian/dinstall.functions
+++ b/config/debian/dinstall.functions
@@ -485,7 +485,11 @@ function mirror() {
 
         mkdir -p ${targetpath}
         cd ${targetpath}
-        rsync -aH --link-dest ${archiveroot} --delete --delete-after --delete-excluded --exclude "Packages.*.new" --exclude "Sources.*.new"  --ignore-errors ${archiveroot}/. .
+        rsync -aH --link-dest ${archiveroot} \
+            --delete --delete-after --delete-excluded \
+            --exclude "Packages.*.new" --exclude "Sources.*.new" \
+            --ignore-errors \
+            ${archiveroot}/. .
     done
 }
 
-- 
2.1.4



Reply to: