[med-svn] r10203 - trunk/community/website/docs
Andreas Tille
tille at alioth.debian.org
Fri Mar 30 16:32:04 UTC 2012
Author: tille
Date: 2012-03-30 16:32:04 +0000 (Fri, 30 Mar 2012)
New Revision: 10203
Modified:
trunk/community/website/docs/Makefile
Log:
Make sure that `make publish` will consere group write permissions
Modified: trunk/community/website/docs/Makefile
===================================================================
--- trunk/community/website/docs/Makefile 2012-03-30 16:27:49 UTC (rev 10202)
+++ trunk/community/website/docs/Makefile 2012-03-30 16:32:04 UTC (rev 10203)
@@ -13,3 +13,4 @@
publish: policy
rsync -a * $(PUBLISHHOST):$(PUBLISHDIR)
+ ssh $(PUBLISHHOST) "chmod g+w $(PUBLISHDIR)/*"
More information about the debian-med-commit
mailing list