Drizzle Wiki
No edit summary
Line 35: Line 35:
   
 
NOTE: Use a more descriptive name then my-patch-example
 
NOTE: Use a more descriptive name then my-patch-example
  +
  +
You should now [[Compiling|Compile Drizzle]]

Revision as of 21:39, 22 July 2008

Pre-requisites

You need Bazzar

Login Setup

  • Get a launchpad account at https://launchpad.net/+login
  • When logged in, setup your SSH keys
    • Click your name (top right corner)
    • Click Change Details link (upper right)
    • Click SSH Keys button (middle of page)
    • Upload your public SSH key (How do I get a public key?
  • Register yourself
    • bzr launchpad-login [your id]

Cloning

You should first create a clean clone on your server.

cd /some/working/dir
bzr clone lp:drizzle


You can see the current history with:

cd /some/working/dir
cd drizzle
bzr log | more

You can now create your own clone of the clean copy

cd /some/working/dir
bzr clone drizzle drizzle-mypatch-example
cd drizzle-mypatch-example

NOTE: Use a more descriptive name then my-patch-example

You should now Compile Drizzle