[Asterisk-code-review] Add 'switchvox' to list of acceptable build platforms (...repotools[master])
Joshua Colp
asteriskteam at digium.com
Thu May 30 04:39:14 CDT 2019
Joshua Colp has submitted this change and it was merged. ( 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(-)
Approvals:
Benjamin Keith Ford: Looks good to me, but someone else must approve
Christian Savinovich: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Approved for Submit
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-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Christian Savinovich <csavinovich at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190530/953d3cdb/attachment.html>
More information about the asterisk-code-review
mailing list