<p>George Joseph <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/repotools/+/14634">View Change</a></p><div style="white-space:pre-wrap">Approvals:
George Joseph: Looks good to me, approved; Approved for Submit
</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">push-release: Transfer certified releases to disk1.<br><br>For certified releases we also transfer them internally<br>using SCP to an HTTP downloads server. In the case of<br>release candidates this is the only place they go as<br>that is the mechanism used to provide them to other teams.<br><br>Change-Id: Ibfd50321e1a7b027ad3aa7e1ce692589ceb05868<br>---<br>M push-release.sh<br>1 file changed, 7 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/push-release.sh b/push-release.sh</span><br><span>index 65c264d..93e9908 100755</span><br><span>--- a/push-release.sh</span><br><span>+++ b/push-release.sh</span><br><span>@@ -20,6 +20,13 @@</span><br><span> FTP_PROJECT="asterisk"</span><br><span> fi</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+if [[ $FTP_PROJECT == 'certified-asterisk' ]]; then</span><br><span style="color: hsl(120, 100%, 40%);">+ scp *${VERSION}* swdev-disk1:/mnt/pub/releases/certified/</span><br><span style="color: hsl(120, 100%, 40%);">+ if [[ $VERSION = *"rc"* ]]; then</span><br><span style="color: hsl(120, 100%, 40%);">+ exit</span><br><span style="color: hsl(120, 100%, 40%);">+ fi</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> if [ ! -d ftp-${FTP_PROJECT} ]; then</span><br><span> svn co https://origsvn.digium.com/svn/sites/downloads.asterisk.org/telephony/${FTP_PROJECT}/pending ftp-${FTP_PROJECT}</span><br><span> else</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/repotools/+/14634">change 14634</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/repotools/+/14634"/><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-Change-Id: Ibfd50321e1a7b027ad3aa7e1ce692589ceb05868 </div>
<div style="display:none"> Gerrit-Change-Number: 14634 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>