<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10121">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CI: Use .gitreview to default BRANCH_NAME.<br><br>This ensures that binary modules are avoided in the master branch even<br>if BRANCH_NAME is not set.<br><br>Change-Id: I79162d2063f22fa9d6b31fde4827ace2dd5bf0da<br>---<br>M tests/CI/buildAsterisk.sh<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/21/10121/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/CI/buildAsterisk.sh b/tests/CI/buildAsterisk.sh</span><br><span>index 992dc94..b974629 100755</span><br><span>--- a/tests/CI/buildAsterisk.sh</span><br><span>+++ b/tests/CI/buildAsterisk.sh</span><br><span>@@ -6,6 +6,10 @@</span><br><span> DISABLE_BINARY_MODULES=0</span><br><span> source $CIDIR/ci.functions</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+if [ -z $BRANCH_NAME ]; then</span><br><span style="color: hsl(120, 100%, 40%);">+     BRANCH_NAME=$(git config -f .gitreview --get gerrit.defaultbranch)</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> gen_cats() {</span><br><span>     set +x</span><br><span>       action=$1</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10121">change 10121</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/10121"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I79162d2063f22fa9d6b31fde4827ace2dd5bf0da </div>
<div style="display:none"> Gerrit-Change-Number: 10121 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>