Merge lp://qastaging/~allenap/maas/coding-standards into lp://qastaging/~maas-committers/maas/trunk

Proposed by Gavin Panella
Status: Merged
Merged at revision: 27
Proposed branch: lp://qastaging/~allenap/maas/coding-standards
Merge into: lp://qastaging/~maas-committers/maas/trunk
Diff against target: 0 lines
To merge this branch: bzr merge lp://qastaging/~allenap/maas/coding-standards
Reviewer Review Type Date Requested Status
Jeroen T. Vermeulen (community) Approve
Review via email: mp+89255@code.qastaging.launchpad.net

Commit message

Start document coding and documentation standards.

To post a comment you must log in.
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Looks good. Note that a plain "make" no longer creates the test database.

I wonder if it might be worth mentioning some of the other commands we have:

./bin/django deletedb — deletes the branch's local db cluster
./bin/django query — opens SQL shell on development db
./bin/django query <SQL> — executes a query on development db

review: Approve
Revision history for this message
Gavin Panella (allenap) wrote :

> Looks good. Note that a plain "make" no longer creates the test database.

I've corrected HACKING.txt.

> I wonder if it might be worth mentioning some of the other commands we have:
>
> ./bin/django deletedb — deletes the branch's local db cluster
> ./bin/django query — opens SQL shell on development db
> ./bin/django query <SQL> — executes a query on development db

I'll put Sphinx into the tree now, and add these. Ta.

Preview Diff

Empty