[pkg-java-blog] 01/01: Make the published files group writable

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Apr 28 10:18:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository pkg-java-blog.

commit 5394bf00c6959ca39721cb589817c91dc2fedf89
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Apr 28 12:18:05 2016 +0200

    Make the published files group writable
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f764bc6..a92c640 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ ssh_upload: publish
 	scp -P $(SSH_PORT) -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)
 
 rsync_upload: publish
-	rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
+	rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude --perms --chmod=g+w
 
 upload: rsync_upload
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-blog.git



More information about the pkg-java-commits mailing list