]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add feature modifier to versions produced from branches
authorMatthew Jordan <mjordan@digium.com>
Wed, 6 Jun 2012 17:20:07 +0000 (17:20 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 6 Jun 2012 17:20:07 +0000 (17:20 +0000)
commit8a0f2ec66a976c614b9411fc6e945191b04eb942
tree341aafc8f18125c0004ec0d2d67ee6e2642b7a5e
parentb563128877a3ac0a058eda6f67e767e7f76711e3
Add feature modifier to versions produced from branches

Certain branches, such as Certified Asterisk, may have a modifier added to
them that specifies the features available in that branch.  For branches, this
modifier is expected to be reflected in the location of the branch in
subversion. For example, a subversion of URL of /certified/branches/1.8.11
would have a feature modifier of 'certified'.  This is slightly different then
how features are determined for tags, where the feature is part of the actual
tag name, e.g., "10.5.0-digiumphones".

In keeping with the nomenclature used for tags, the feature specifier for
branches is translated and placed after the revision numbers.  For the example
given previously, this would result in a branch version of
"Asterisk SVN-branch-1.8.11-cert-rXXXXXX".

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@368604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
build_tools/make_version