[PATCH 6/6] docs: Remove 'apps' from paths in the documentation
Damien Lespiau
damien.lespiau at intel.com
Thu Oct 1 02:41:43 AEST 2015
The patchwork directory structure has moved away from putting the django
app(s) into apps/
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
docs/installation.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/installation.rst b/docs/installation.rst
index f69d8c6..25f8a10 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -302,7 +302,7 @@ directly). Something like this in /etc/aliases is suitable for postfix:
::
- patchwork: "|/srv/patchwork/apps/patchwork/bin/parsemail.sh"
+ patchwork: "|/srv/patchwork/patchwork/bin/parsemail.sh"
You may need to customise the ``parsemail.sh`` script if you haven't
installed patchwork in ``/srv/patchwork``.
@@ -311,7 +311,7 @@ Test that you can deliver a patch to this script:
::
- sudo -u nobody /srv/patchwork/apps/patchwork/bin/parsemail.sh < mail
+ sudo -u nobody /srv/patchwork/patchwork/bin/parsemail.sh < mail
Set up the patchwork cron script
--------------------------------
--
2.1.0
More information about the Patchwork
mailing list