Message ID | 1443631303-28679-7-git-send-email-damien.lespiau@intel.com |
---|---|
State | Accepted |
Headers | show |
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>
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 --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 --------------------------------
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(-)