<p>Kevin Harwell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8368">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">releaser.sh: Update script to account for new README.md format<br><br>When the new README.md format was accepted in Asterisk this file was not<br>updated to created the appropriate link to the new README.md file type.<br>This patch makes it so the correct link is now made.<br><br>Note, this will now create an improper link to any branch still using the old<br>README type. That should currently only stuff on the 14 branch. Since that is<br>the only one when a release is done on that branch and this script is ran then<br>the README link needs to be updated manually for that branch. Once we are done<br>supporting in a few months we won't have to worry about it anymore.<br><br>Change-Id: I60a2605360ae7f0fda6186508aebfd2f9d69a1a1<br>---<br>M releaser.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/68/8368/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/releaser.sh b/releaser.sh<br>index f740446..68748f8 100755<br>--- a/releaser.sh<br>+++ b/releaser.sh<br>@@ -68,7 +68,7 @@<br>       ln -s releases/$1-$2.md5 ./$1-$3.md5<br>  ln -s releases/$1-$2-patch.tar.gz ./$1-$3-patch.tar.gz<br>        ln -s releases/$1-$2-patch.tar.gz.asc ./$1-$3-patch.tar.gz.asc<br>-       ln -s releases/README-$2 ./README-$3<br>+ ln -s releases/README-$2.md ./README-$3<br>       ln -s releases/ChangeLog-$2 ./ChangeLog-$3<br>    ln -s releases/$1-$2-summary.html ./$1-$3-summary.html<br>        ln -s releases/$1-$2-summary.txt ./$1-$3-summary.txt<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8368">change 8368</a>. To unsubscribe, 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/8368"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: repotools </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I60a2605360ae7f0fda6186508aebfd2f9d69a1a1 </div>
<div style="display:none"> Gerrit-Change-Number: 8368 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>