[asterisk-commits] build funcs: Add asterisk 14 (repotools[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jul 21 13:55:32 CDT 2016


Joshua Colp has submitted this change and it was merged.

Change subject: build_funcs: Add asterisk 14
......................................................................


build_funcs: Add asterisk 14

Change-Id: I30782e8062046c5f176034d40d8de7a17964f41e
---
M build_tools/buildfuncs
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Mark Michelson: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/build_tools/buildfuncs b/build_tools/buildfuncs
index b207e55..8cf7ad5 100755
--- a/build_tools/buildfuncs
+++ b/build_tools/buildfuncs
@@ -42,6 +42,8 @@
 	;;
 	(13|13.*)
 	;;
+	(14|14.*)
+	;;
 	(C.3)
 	;;
 	(*)
@@ -106,6 +108,9 @@
 	(digiumphones13.*)
 	ASTPATH=13
 	;;
+	(digiumphones14.*)
+	ASTPATH=14
+	;;
 	(11.*)
 	ASTPATH=11
 	;;
@@ -115,6 +120,9 @@
 	(13.*)
 	ASTPATH=13
 	;;
+	(14.*)
+	ASTPATH=14
+	;;
 	(1.6.[1-9])
 	ASTPATH=${1}.0
 	;;

-- 
To view, visit https://gerrit.asterisk.org/3279
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I30782e8062046c5f176034d40d8de7a17964f41e
Gerrit-PatchSet: 1
Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-commits mailing list