On 7/19/07, Willi Langenberger <[EMAIL PROTECTED]> wrote: > Now, whats the best way to publish my modifications (this is the first > time i use bazaar)?
make sure you've committed everything to your local branch, then bzr push bzr+ssh://[EMAIL PROTECTED]/~yourlpuser/storm/branchname where "yourlpuser" is your username on launchpad, and "branchname" is whatever descriptive name you gave your branch. You'll need to have an ssh public key on Launchpad already for this to work. This can be set up at http://launchpad.net/~yourlpuser. -- Christopher Armstrong International Man of Twistery http://radix.twistedmatrix.com/ http://twistedmatrix.com/ http://canonical.com/ -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
