diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-09-19 11:00:22 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-09-19 11:00:22 -0300 |
commit | 154fc744d8c94c1c50bc57fa01e3ac16e939813b (patch) | |
tree | 02b2525acd2ad60d9c63127cfcbf1cc19b8e82cf | |
parent | b569d33a5f6ecbd77d7a4129d4b69c26a7b0e7a3 (diff) |
*Do not* maintain user permissions
It causes 403 errors when overzealous umasks are set
-rwxr-xr-x | librerelease | 2 |
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 \ |