Raphaël Badin has proposed merging lp:~rvb/maas/maas-fix-harness into lp:maas.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~rvb/maas/maas-fix-harness/+merge/97179 Make harness should use demo.py settings.py. -- https://code.launchpad.net/~rvb/maas/maas-fix-harness/+merge/97179 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/maas-fix-harness into lp:maas.
=== modified file 'Makefile' --- Makefile 2012-03-13 03:59:49 +0000 +++ Makefile 2012-03-13 10:24:19 +0000 @@ -89,7 +89,7 @@ bin/maas runserver 0.0.0.0:8000 --settings=maas.demo harness: bin/maas dev-db - bin/maas shell + bin/maas shell --settings=maas.demo syncdb: bin/maas dev-db bin/maas syncdb --noinput
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

