<p> Attention is currently required from: Martin McCarthy. </p>
<p>Patch set 2:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4; color: #000000;">Code-Review -1</span></p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/19974">View Change</a></p><p>5 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">Patchset:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/19974?tab=comments">Patch Set #2:</a> </p><p style="white-space: pre-wrap; word-wrap: break-word;">In addition to the comments below, it looks like you're modifying the package list for the other distros (mainly adding alsa-lib-dev to them). All of that should be reverted unless it is specifically related to adding Linux Mint support.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File contrib/scripts/install_prereq:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/19974/comment/2c6a9043_d2f3370d">Patch Set #2, Line 8:</a> <code style="font-family:monospace,monospace"># Linux Mint support added by Martin McCarthy 2023-03-16 14:48:15</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Don't include this. Source control tracks all of this for us.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/19974/comment/29b658ae_fa6396aa">Patch Set #2, Line 14:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">echo "Support distros; Debian, RHEL, openSUSE, Gentoo, Arch Linux"<br> echo "NetBSD, OpenBSD, FreeBSD and Dragonfly BSD"<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Remove this</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/19974/comment/cc89d165_9c8ac9ef">Patch Set #2, Line 286:</a> <code style="font-family:monospace,monospace"> missing_package_check=$(apt list --installed 2>/dev/null | grep $package | wc -l)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">You can use `grep -c` here to avoid the call to `wc`:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> missing_package_check=$(apt list --installed 2>/dev/null | grep -c $package)</pre></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/19974/comment/be21474f_e05be096">Patch Set #2, Line 448:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><br> echo "We've detected you're using Linux Mint. Welcome Minty one."<br> echo ""<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Remove these `echo`s</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/19974">change 19974</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/19974"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I9c140c7f12ca7dafe65c317f2a26122cf2c72556 </div>
<div style="display:none"> Gerrit-Change-Number: 19974 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Martin McCarthy <martin.c.mccarthy@outlook.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-Attention: Martin McCarthy <martin.c.mccarthy@outlook.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 16 Mar 2023 18:20:15 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: Yes </div>
<div style="display:none"> Gerrit-MessageType: comment </div>