← Back to team overview

launchpad-dev team mailing list archive

New qa-ready script checks branch deployment status

 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

I've just added utilities/qa-ready to the Launchpad tree.  This new
script will tell you whether a branch has been deployed on edge or
staging.  For example:

$ qa-ready job-db-user
Branch: file:///home/abentley/launchpad/branches/job-db-user/
Deployed on edge: True
Deployed on staging: True

This script uses code from utilities/on-edge to determine what revno is
deployed on staging and edge, and then works out whether the specified
branch was merged into that revision.  (If no branch is specified, it
defaults to the current branch.)

The script will be much faster if you indicate your local mirrors of
stable and db-devel in locations.conf.  Here's an example:

[bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/launchpad/stable]
local_location = /home/abentley/launchpad/stable
[bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/launchpad/db-stable]
local_location = /home/abentley/launchpad/db-stable

Hope that's as useful to you as it is to me.

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuH74UACgkQ0F+nu1YWqI31OwCggZfbIfsEEOU5yOLBZTTQKN35
lvcAn17v4yGCathBz7Zxq0EUO+ys73I5
=HNPI
-----END PGP SIGNATURE-----



Follow ups