Merge lp:~jjo/ubuntu-it-ask/fix-send_email_alerts-pythonpath into lp:ubuntu-it-ask

Proposed by JuanJo Ciarlante
Status: Merged
Approved by: Pietro Albini
Approved revision: 85
Merge reported by: Giuseppe Terrasi
Merged at revision: not available
Proposed branch: lp:~jjo/ubuntu-it-ask/fix-send_email_alerts-pythonpath
Merge into: lp:ubuntu-it-ask
Diff against target: 10 lines (+1/-1)
1 file modified
cron/send_email_alerts (+1/-1)
To merge this branch: bzr merge lp:~jjo/ubuntu-it-ask/fix-send_email_alerts-pythonpath
Reviewer Review Type Date Requested Status
Pietro Albini (community) Approve
Review via email: mp+173554@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Pietro Albini (pietroalbini) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cron/send_email_alerts'
2--- cron/send_email_alerts 2013-02-05 19:37:31 +0000
3+++ cron/send_email_alerts 2013-07-08 17:17:36 +0000
4@@ -1,5 +1,5 @@
5 #!/bin/sh
6-PYTHONPATH=/srv/www/chiedi.ubuntu-it.org/www
7+PYTHONPATH=/srv/chiedi.ubuntu-it.org/www
8 export PYTHONPATH
9 PROJECT_ROOT=$PYTHONPATH/osqa
10 /usr/bin/python $PROJECT_ROOT/manage.py send_email_alerts

Subscribers

People subscribed via source and target branches