summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-09-19 11:00:22 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-09-19 11:00:22 -0300
commit154fc744d8c94c1c50bc57fa01e3ac16e939813b (patch)
tree02b2525acd2ad60d9c63127cfcbf1cc19b8e82cf
parentb569d33a5f6ecbd77d7a4129d4b69c26a7b0e7a3 (diff)
*Do not* maintain user permissions
It causes 403 errors when overzealous umasks are set
-rwxr-xr-xlibrerelease2
1 files changed, 2 insertions, 0 deletions
diff --git a/librerelease b/librerelease
index 5283114..55a1270 100755
--- a/librerelease
+++ b/librerelease
@@ -72,6 +72,8 @@ done
clean_non_packages
msg "Uploading packages..."
rsync --recursive \
+ --no-group \
+ --no-perms \
--copy-links \
--hard-links \
--partial \