← Back to team overview

launchpad-dev team mailing list archive

Re: Released Launchpad 10.05

 

On Tue, 2010-06-01 at 17:34 -0400, Curtis Hovey wrote:
> We will use db-devel r9420 (the tip of the branch) for Launchpad 10.05.

fyi. have kicked off prepare-release-branch (see
https://wiki.canonical.com/InformationInfrastructure/OSA/LaunchpadRollout for those not in the know)
for revno 9420.


> I hope by stating this that some godlike-person can make that version be
> production-stable. I do not see any information regarding how a db-devel
> revision becomes the production branch. Do admins use --overwrite, or do
> we merge into production-devel, which is then merged into
> prodction-stable?

It happens as part of the above script:


def main(revno, branch_name):
    run_command("cd /home/pqm/archives/rocketfuel/launchpad/production && " \
        "bzr branch -r %s bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/launchpad/db-stable %s" % (revno, branch_name))
    run_command("cd /home/pqm/archives/rocketfuel/launchpad/production && " \
        "rm current && ln -s %s current && cd %s && " \
        "bzr push --overwrite --remember bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/" \
        "launchpad/production-stable" % (branch_name, branch_name))
....

So it should be there "soon", if not already.
Just checked, it's there now.


> I understand we are releasing at
>     11.00 UTC 2nd June 2010
> And expect to complete by
>     14.00 UTC 2nd June 2010
> 


Cheers!
- S






References