Working with Bazaar

Version 7 by Steve Luo
on Sep 26, 2010 08:45.


compared with
Version 8 by Steve Luo
on Sep 26, 2010 11:47.


Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 1 changes. View first change.

 h2. Prerequisites
 QuickBuild utilizes the Bazaar command (bzr) to interact with remote Bazaar repository. If this command is not in system path, you will need to specify location of the command by configuring Bazaar plugin as below:
 !bzr-plugin.png!
  
 Further more, Bazaar command (bzr) location can be specified on a per-node basis by following below steps:
 # Open Bazaar plugin setting page and define the Bazaar path property as:
 {code}
 ${node.getAttribute("bzrPath")}
 {code}
 # For each node that does not have Bazaar on system path, define the user attribute _bzrPath_ to point to the actual Bazaar path like below:
 !bzr-path.png!
  
 *NOTE:* example above is just for demonstration, you can use any other user attribute name instead of _bzrPath_.
  
 h2. Creating a Bazaar Repository
  To create a Bazaar repository in QuickBuild is very straightforward:
 * Go to configuration settings page
 * Select Repository tab
 * Click !add.png! and from the menu select Bazaar
  You may refer to [this page|Scm Support Overview] on how to add a repository.
 h3. Supported URL prefixes
 Currently, below URL prefixes are supported