diff mbox

[6/6] docs: Remove 'apps' from paths in the documentation

Message ID 1443631303-28679-7-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Sept. 30, 2015, 4:41 p.m. UTC
The patchwork directory structure has moved away from putting the django
app(s) into apps/

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 docs/installation.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stephen Finucane Nov. 12, 2015, 4:36 a.m. UTC | #1
On 30 Sep 17:41, Damien Lespiau wrote:
> The patchwork directory structure has moved away from putting the django
> app(s) into apps/
> 
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Good catch. Merged into Markdown.

Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Stephen Finucane Nov. 12, 2015, 4:43 a.m. UTC | #2
On 30 Sep 17:41, Damien Lespiau wrote:
> The patchwork directory structure has moved away from putting the django
> app(s) into apps/
> 
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Merged into Markdown and pushed.

Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
diff mbox

Patch

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
 --------------------------------