[wiki] [sites] Adding some instructions for wiki moderators. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Thu, 29 Nov 2012 09:55:17 +0100

commit 39d4bed03858aad8a2ac88c7995ab4aa5bba804a
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Thu Nov 29 09:53:11 2012 +0100

    Adding some instructions for wiki moderators.

diff --git a/suckless.org/wiki.md b/suckless.org/wiki.md
index 3042690..0e97f28 100644
--- a/suckless.org/wiki.md
+++ b/suckless.org/wiki.md
_AT_@ -34,8 +34,21 @@ Rules
 * The extension of newly created Markdown files has to be `.md`.
 * Please do not add HTML files or inline JavaScript.
 
-Bugs
-----
-Mercurial aborts with the message "unknown bundle compression type" if you want
-to push with version 0.9.1. (Maybe this affects every version before 1.0.)
-If you use Debian Etch, there is a backport.
+Moderators
+----------
+
+If you are a moderator, you will likely need the following procedure to pull
+the changes into the main repository:
+
+ cd /var/www/sites
+ sudo -u www-data git checkout .
+ sudo -u www-data git pull
+
+These commands can be found at /usr/local/bin/updatewiki for your convenience.
+
+The checkout is needed to prevent local atime changes to stop the pull. Please
+keep on using www-data, so the webserver can access everything.
+
+For managing the patches (reject/modify etc.) of course the other git commands
+apply too.
+
Received on Thu Nov 29 2012 - 09:55:17 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 29 2012 - 10:00:07 CET