BazaarLaunchpadClient

Status

Introduction

Because Launchpad will contain a large database of branches (see MaloneBazaarIntegration), Bazaar can interrogate it to get information that helps with development.

Rationale

Use cases

Bazaar needs to be able to tell Launchpad:

Also:

Interface design

Rough sketch of UI:

 baz describe --description "my ..." 
   --server url
   --title text
   --description text
   --bugfix url
   --homepage url
   --my-email email
   --project-email email
   --translation XXX (XXX: remove this, merge everything?)
   ...

 baz description [branch]  # dump info from rdf
   --xml to get raw data
   --server url

 baz push-description
   --server url

 baz pull-description
   --server url

lp url to be a configurable item (overrideable by server-url)

This should round-trip when editting/exporting/importing the RDF. So every part of the description that isn't exported/imported should be left alone.

Implementation

Outstanding issues


CategoryUdu CategorySpec

UbuntuDownUnder/BOFs/BazaarLaunchpadClient (last edited 2008-08-06 16:20:49 by localhost)