<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/15577">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-release.sh: update TODO-RELEASE for non-lib projects too<br><br>Projects not containing libraries may also want to contain a<br>TODO-RELEASE in order to write down when a new API available only on<br>libosmoXYZ current master (hence configure.ac and debian cannot be<br>updated during the patch using the API until the APIs are available in a<br>new release). This way, during release process of the project, the<br>maintainer can see that a release of libosmoXYZ is needed beforehand and<br>then update configure.ac of project accordingly with the new version of<br>libosmoXYZ.<br><br>Furthermore, we want to update the file only if mode DRY_RUN is not<br>selected.<br><br>Change-Id: I409b7eb8c23d21473f25dd2000f5d4447b24adb9<br>---<br>M osmo-release.sh<br>1 file changed, 7 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/osmo-release.sh b/osmo-release.sh</span><br><span>index 1effe7e..4450436 100755</span><br><span>--- a/osmo-release.sh</span><br><span>+++ b/osmo-release.sh</span><br><span>@@ -156,16 +156,18 @@</span><br><span>   if [ "z$DRY_RUN" != "z0" ]; then</span><br><span>                 exit 0</span><br><span>       fi</span><br><span style="color: hsl(0, 100%, 40%);">-      if [ -f "TODO-RELEASE" ]; then</span><br><span style="color: hsl(0, 100%, 40%);">-                grep '#' TODO-RELEASE > TODO-RELEASE.clean</span><br><span style="color: hsl(0, 100%, 40%);">-           mv TODO-RELEASE.clean TODO-RELEASE</span><br><span style="color: hsl(0, 100%, 40%);">-              git add TODO-RELEASE</span><br><span style="color: hsl(0, 100%, 40%);">-    fi</span><br><span> fi</span><br><span> </span><br><span> if [ "z$DRY_RUN" != "z0" ]; then</span><br><span>         exit 0</span><br><span> fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+if [ -f "TODO-RELEASE" ]; then</span><br><span style="color: hsl(120, 100%, 40%);">+      grep '#' TODO-RELEASE > TODO-RELEASE.clean</span><br><span style="color: hsl(120, 100%, 40%);">+ mv TODO-RELEASE.clean TODO-RELEASE</span><br><span style="color: hsl(120, 100%, 40%);">+    git add TODO-RELEASE</span><br><span style="color: hsl(120, 100%, 40%);">+fi</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> gbp dch --debian-tag='%(version)s' --auto --meta --git-author --multimaint-merge --ignore-branch --new-version="$NEW_VER"</span><br><span> dch -r -m --distribution "unstable" ""</span><br><span> git add ${GIT_TOPDIR}/debian/changelog</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/15577">change 15577</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/c/libosmocore/+/15577"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I409b7eb8c23d21473f25dd2000f5d4447b24adb9 </div>
<div style="display:none"> Gerrit-Change-Number: 15577 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>