[Asterisk-code-review] Add 'switchvox' to list of acceptable build platforms (...repotools[master])

George Joseph asteriskteam at digium.com
Fri May 24 09:38:54 CDT 2019


George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/c/repotools/+/11414


Change subject: Add 'switchvox' to list of acceptable build platforms
......................................................................

Add 'switchvox' to list of acceptable build platforms

Change-Id: Ia41790f99b32276206716e6e8458ce29d24ff42d
---
M build_tools/Makefile.product_rules
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/14/11414/1

diff --git a/build_tools/Makefile.product_rules b/build_tools/Makefile.product_rules
index cfeac23..708f490 100644
--- a/build_tools/Makefile.product_rules
+++ b/build_tools/Makefile.product_rules
@@ -4,7 +4,7 @@
 $(error Unable to identify disitrbution.  This product can be built only on CentOS 7+ or Fedora 26+.)
 endif
 
-_DISTRO_OK := $(shell grep -qE 'ID="?(centos|fedora)"?' /etc/os-release && echo yes)
+_DISTRO_OK := $(shell grep -qE 'ID="?(centos|fedora|switchvox)"?' /etc/os-release && echo yes)
 ifneq ($(_DISTRO_OK),yes)
 $(error This product can be built only on CentOS 7+ or Fedora 26+.)
 endif

-- 
To view, visit https://gerrit.asterisk.org/c/repotools/+/11414
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Change-Id: Ia41790f99b32276206716e6e8458ce29d24ff42d
Gerrit-Change-Number: 11414
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190524/da1698fc/attachment.html>


More information about the asterisk-code-review mailing list