]> 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:35:21 +0000 (17:35 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 6 Jun 2012 17:35:21 +0000 (17:35 +0000)
commit1f54e8c4842abbf9bf7ce3b632323c1dcdd49496
tree8b76f80e4ad76ed89d8004638e3796366dd1ada1
parentc12755af15fc5b99b4496f5e528f6b363bbdb44b
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/10-digiumphones@368609 65c4cc65-6c06-0410-ace0-fbb531ad65f3
build_tools/make_version