Merge lp:~nataliabidart/magicicada-server/fix-pg-host into lp:magicicada-server

Proposed by Natalia Bidart
Status: Merged
Approved by: Natalia Bidart
Approved revision: 76
Merged at revision: 75
Proposed branch: lp:~nataliabidart/magicicada-server/fix-pg-host
Merge into: lp:magicicada-server
Diff against target: 34 lines (+3/-4)
3 files modified
.travis.yml (+0/-1)
Makefile (+1/-1)
config-manager.txt (+2/-2)
To merge this branch: bzr merge lp:~nataliabidart/magicicada-server/fix-pg-host
Reviewer Review Type Date Requested Status
Natalia Bidart Approve
Review via email: mp+304688@code.launchpad.net

Commit message

- During test, start-db after sourcedeps were run (otherwise django is not available).

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Trivial.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.travis.yml'
--- .travis.yml 2016-08-31 22:04:43 +0000
+++ .travis.yml 2016-09-01 18:29:48 +0000
@@ -10,5 +10,4 @@
1010
11script:11script:
12 - make clean-sourcedeps12 - make clean-sourcedeps
13 - make start-db
14 - make test SOURCEDEPS_DIR=sourcedeps13 - make test SOURCEDEPS_DIR=sourcedeps
1514
=== modified file 'Makefile'
--- Makefile 2016-08-31 22:38:34 +0000
+++ Makefile 2016-09-01 18:29:48 +0000
@@ -111,7 +111,7 @@
111raw-test:111raw-test:
112 ./test $(TESTFLAGS)112 ./test $(TESTFLAGS)
113113
114test: lint sourcedeps clean version start-base start-dbus raw-test stop114test: lint sourcedeps clean version start-db start-base start-dbus raw-test stop
115115
116ci-test:116ci-test:
117 $(MAKE) test TESTFLAGS="-1 $(TESTFLAGS)"117 $(MAKE) test TESTFLAGS="-1 $(TESTFLAGS)"
118118
=== modified file 'config-manager.txt'
--- config-manager.txt 2016-08-30 00:50:31 +0000
+++ config-manager.txt 2016-09-01 18:29:48 +0000
@@ -29,5 +29,5 @@
29./.sourcecode/requests ~ubuntuone-pqm-team/requests/stable;revno=81629./.sourcecode/requests ~ubuntuone-pqm-team/requests/stable;revno=816
30./.sourcecode/requests_oauthlib ~ubuntuone-pqm-team/requests-oauthlib/stable;revno=1630./.sourcecode/requests_oauthlib ~ubuntuone-pqm-team/requests-oauthlib/stable;revno=16
31./.sourcecode/u1sync ~facundo/u1sync/opensourcing;revno=1031./.sourcecode/u1sync ~facundo/u1sync/opensourcing;revno=10
32./.sourcecode/magicicada-client ~chicharreros/magicicada-client/trunk32./.sourcecode/magicicada-client ~chicharreros/magicicada-client/trunk;revno=1429
33./.sourcecode/magicicada-protocol ~chicharreros/magicicada-protocol/trunk33./.sourcecode/magicicada-protocol ~chicharreros/magicicada-protocol/trunk;revno=166

Subscribers

People subscribed via source and target branches

to all changes: