]> gitweb.fluxo.info Git - puppet-ikiwiki.git/commitdiff
Another cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Apr 2013 22:32:55 +0000 (19:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Apr 2013 22:32:55 +0000 (19:32 -0300)
README
templates/deploy.sh.erb

diff --git a/README b/README
index 1879a0672ad154c82551097257950918baadba87..35e713cb32787b2ee0a56bb20716308f9409048c 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ The following setup is used:
   - Wiki pages are served under it's own user, but the cgi usually runs under www-data.
   - The git daemon runs on its own user and group.
 
-So the recommended suid for the cgi and the post update hook are used normally.
+So the recommended suid for the cgi and the post-update hook are used normally.
 
 For that to work, you, the wiki user and root needs ssh read/write access to the git daemon:
 
index 80b1b36d4bca258608191c3f0dba38552005cd7e..bd4031de055551b4003c8a923b402525dd0a4e61 100644 (file)
@@ -39,9 +39,5 @@ git clone $REPO $SITE/"$INSTANCE"_src
 # Fix remotes
 ( cd $SITE/"$INSTANCE"_src && git remote rm origin && git remote add origin $REMOTE )
 
-# Fix permissions
-chown $REPO_OWNER. $REPO
-chown $WEB_OWNER.$WEB_GROUP $SITE/"$INSTANCE"_src
-
 # Cleanup
 rm -rf $SITE/"$INSTANCE"_src_tmp