Merge lp://qastaging/~doctormo/loco-team-portal/bugfix-lp-523726 into lp://qastaging/loco-team-portal

Proposed by Martin Owens
Status: Merged
Merged at revision: not available
Proposed branch: lp://qastaging/~doctormo/loco-team-portal/bugfix-lp-523726
Merge into: lp://qastaging/loco-team-portal
Diff against target: 12 lines (+8/-0)
1 file modified
.gcfunctions (+8/-0)
To merge this branch: bzr merge lp://qastaging/~doctormo/loco-team-portal/bugfix-lp-523726
Reviewer Review Type Date Requested Status
Thomas Bechtold (community) Approve
Review via email: mp+19588@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Owens (doctormo) wrote :

Add new gcfunctions file.

Revision history for this message
Daniel Holbach (dholbach) wrote :

Eh? Who reviewed this? Why is this merged already?

Revision history for this message
Martin Owens (doctormo) wrote :

I don't think it is merged already. A bug in launchpad that saw an identical branch in both and marked it as merged. Odd that GC ignored the commit action, but that's for another bug report.

Revision history for this message
Thomas Bechtold (toabctl) wrote :

./loco_directory/manage.py syncdb <- that's not enough

you need: ./loco_directory/manage.py syncdb && ./loco_directory/manage.py migrate

review: Needs Fixing
Revision history for this message
Martin Owens (doctormo) wrote :

updated to include manage migrate.

62. By Martin Owens

Add in extra db upgrade.

Revision history for this message
Thomas Bechtold (toabctl) wrote :

Great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.gcfunctions'
2--- .gcfunctions 1970-01-01 00:00:00 +0000
3+++ .gcfunctions 2010-02-19 09:38:12 +0000
4@@ -0,0 +1,8 @@
5+run:
6+ name: Run Server
7+ command: ./loco_directory/manage.py runserver
8+ offline: True
9+sync:
10+ name: Sync DB
11+ command: ./loco_directory/manage.py syncdb && ./loco_directory/manage.py migrate
12+ offline: True

Subscribers

People subscribed via source and target branches