History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-2001
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: 3 3
Assignee: jason
Reporter: Daniel Ostermeier
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Pulse

Unique build number sequence for a project hierarchy

Created: 09/Jun/09 01:05 AM   Updated: 24/Feb/10 03:13 AM
Return to search
Issue 183 of 309 issue(s)
<< Previous | CIB-2001 | Next >>
Component/s: Build
Affects Version/s: None
Fix Version/s: 2.1.4, 2.0.34

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Allow a set of projects defined by a project hierarchy to share a build number sequence.

 All   Comments   Work Log   Change History      Sort Order:
jason - 10/Jul/09 01:11 PM
Implemented in change 6114. The solution adds a new field to the build options called "build id sequence leader" where you can select a project to use the id sequence of, rather than a project maintaining its own sequence. To share the same sequence, choose the same leader for multiple projects. For example, if you have a hierarchy like:

my template
  my concrete 1
  my concrete 2
  my concrete 3

and you want the three concrete projects to share one id sequence, then the simplest thing to do is choose one of them as a leader (say "my concrete 1") and set it as such in the build options in "my template" (so it is inherited by all of the concrete projects).

Of course this is not restricted to projects in the same part of the hierarchy -- you can nominate any leader you like.

jason - 11/Jul/09 10:53 AM
Merged to trunk in change 6119.