Code review comment for lp:~abentley/launchpad/qa-ready

Revision history for this message
Aaron Bentley (abentley) wrote :

= Summary =
Implement a script that shows when a branch is ready to be QA-ed.

== Proposed fix ==
This branch provides a new script, qa-ready that shows whether a branch has
been deployed on edge and staging.

== Pre-implementation notes ==
Briefly discussed with Thumper

== Implementation details ==
The revno-determining strategies are stolen from the existing on-edge script.
Because the Launchpad repository has ghosts revisions, bzrlib will look for
them in remote branches. So I've provided a configuration option
"local_location" that lets you specify the local location of your stable and
db-stable branches.

== Tests ==
None

== Demo and Q/A ==
None

= Launchpad lint =

Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.

Linting changed files:
  utilities/qa-ready

« Back to merge proposal