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 fc704d492a1032256f79138adf15d97a9909c685
Author: Emmanuel Bourg <[email protected]>
Date:   Thu Apr 28 12:47:03 2016 +0200

    Change the group of the published files to pkg-java
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a92c640..b8f1df5 100644
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,7 @@ ssh_upload: publish
 
 rsync_upload: publish
        rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ 
$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude --perms --chmod=g+w
+       ssh $(SSH_HOST) 'chgrp -R pkg-java $(SSH_TARGET_DIR)'
 
 upload: rsync_upload
 

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to