]> 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:32:45 +0000 (17:32 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 6 Jun 2012 17:32:45 +0000 (17:32 +0000)
commiteb1d6b68ebf0b24d718fa3c3207fa308d98e4c2f
treed86b9d6436597aeca2357c5b15c568ccc143a7ae
parentf24bb4aea248dc20f6b1204f1f3a8e274fb9cdde
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/certified/branches/1.8.11@368608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
build_tools/make_version