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

sebastic pushed a commit to branch master
in repository website.

commit 69596dac0e51c843230326c42f4550e44a101e02
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Apr 24 21:53:16 2015 +0200

    Ignore publish errors (ownership issues).
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6f28daa..8fa19ee 100644
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,5 @@ valid:
        xmllint --valid --noout policy.xml
 
 publish: policy
-       rsync -av .gitignore .htaccess * $(PUBLISHHOST):$(PUBLISHDIR)
-       ssh $(PUBLISHHOST) "chmod -R g+w $(PUBLISHDIR)/*"
+       rsync -av .gitignore .htaccess * $(PUBLISHHOST):$(PUBLISHDIR) || true
+       ssh $(PUBLISHHOST) "chmod -R g+w $(PUBLISHDIR)/*" || true

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to