From c64d061f431288d5c2fa2eac7d3937224eb00a83 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Wed, 5 Aug 2009 15:29:16 +0200
Subject: [PATCH] devel/upload: revert rsync -p

The permissions replications also will change the permissions on the /
and /usr directories, which is bad. This reverts it to the original
behaviour.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 devel/upload.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/upload.in b/devel/upload.in
index 38588914e..733befa33 100644
--- a/devel/upload.in
+++ b/devel/upload.in
@@ -90,7 +90,7 @@ echo ---
 # and now put it under $prefix on the target node(s)
 for host; do
   echo Uploading code to ${host}...
-  rsync -v -rplDc --exclude="*.py[oc]" --exclude="*.pdf" --exclude="*.html" \
+  rsync -v -rlDc --exclude="*.py[oc]" --exclude="*.pdf" --exclude="*.html" \
     "$TXD/" \
     root@${host}:/ &
 done
-- 
GitLab