Merge lp:~zriv/convoy/root-fix into lp:~launchpad/convoy/packaging

Proposed by zriv
Status: Merged
Merged at revision: 37
Proposed branch: lp:~zriv/convoy/root-fix
Merge into: lp:~launchpad/convoy/packaging
Diff against target: 11 lines (+1/-1)
1 file modified
debian/convoy.wsgi (+1/-1)
To merge this branch: bzr merge lp:~zriv/convoy/root-fix
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+370762@code.launchpad.net

Commit message

Set the default CONVOY_ROOT to the new dev domain.

Description of the change

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/convoy.wsgi'
2--- debian/convoy.wsgi 2017-09-30 01:09:23 +0000
3+++ debian/convoy.wsgi 2019-07-30 13:15:50 +0000
4@@ -27,6 +27,6 @@
5 # Alternatively, convoy may be run under a standalone WSGI server
6 # such as gunicorn, in which case we need to look for CONVOY_ROOT in
7 # the process environment.
8- root = os.environ.get('CONVOY_ROOT', '/srv/launchpad.dev/convoy')
9+ root = os.environ.get('CONVOY_ROOT', '/srv/launchpad.test/convoy')
10 app = combo_app(root)
11 return app(environ, start_response)

Subscribers

People subscribed via source and target branches