<p>Christian Savinovich has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/repotools/+/11307">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">digium_git.py: Verify All Tags Are Fetched<br><br>When creating a release, on running the mkrelease.py script, there<br>is been reporting that not all corresponding tags from previous<br>release are copied to the new one. Not able to replicate the issue<br>but adding a "git fetch --tags" is a safe step.<br><br>Change-Id: I970b2390ef339a9d697a3a8bcdf948edf1a06760<br>---<br>M digium_git.py<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/07/11307/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/digium_git.py b/digium_git.py</span><br><span>index 6853647..3ac01ef 100644</span><br><span>--- a/digium_git.py</span><br><span>+++ b/digium_git.py</span><br><span>@@ -218,7 +218,7 @@</span><br><span>             origin = self.repo.remotes.origin</span><br><span> </span><br><span>         origin.fetch(progress=self.progress)</span><br><span style="color: hsl(0, 100%, 40%);">-        origin.fetch(progress=self.progress)</span><br><span style="color: hsl(120, 100%, 40%);">+        origin.fetch("--tags")</span><br><span> </span><br><span>     @property</span><br><span>     def progress(self):</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/repotools/+/11307">change 11307</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/+/11307"/><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: I970b2390ef339a9d697a3a8bcdf948edf1a06760 </div>
<div style="display:none"> Gerrit-Change-Number: 11307 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Christian Savinovich <csavinovich@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>