[website] 01/05: Ignore publish errors (ownership issues).
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Apr 24 21:51:03 UTC 2015
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 <sebastic at 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
More information about the Pkg-grass-devel
mailing list