<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:37:27 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[RELENG-80] Autorelease job should ensure HEAD of branch</title>
                <link>https://jira.opendaylight.org/browse/RELENG-80</link>
                <project id="10164" key="RELENG">releng</project>
                    <description>&lt;p&gt;Autorelease at the beginning of it&apos;s job run before it even tries to do anything should confirm the state of all branches in the repo. If necessary propose automated patch to update branch HEAD for projects that are behind.&lt;/p&gt;

&lt;p&gt;This will help us catch when a project is lagging behind in their commits. In theory Gerrit super-project subscriptions should be ensuring this but sometimes does get out of sync.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29255">RELENG-80</key>
            <summary>Autorelease job should ensure HEAD of branch</summary>
                <type id="10001" iconUrl="https://jira.opendaylight.org/images/icons/issuetypes/story.svg">Story</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="6" iconUrl="https://jira.opendaylight.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="zxiiro">Thanh Ha (zxiiro)</assignee>
                                    <reporter username="zxiiro">Thanh Ha (zxiiro)</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Feb 2018 17:51:23 +0000</created>
                <updated>Thu, 1 Nov 2018 00:08:08 +0000</updated>
                            <resolved>Thu, 1 Nov 2018 00:08:08 +0000</resolved>
                                                                    <component>Autorelease</component>
                        <due></due>
                            <votes>1</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="61161" author="askb" created="Thu, 22 Feb 2018 01:23:31 +0000"  >&lt;p&gt;So with Thanh&apos;s recommendation what we should be doing is as follows:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Clone autorelease&lt;/li&gt;
	&lt;li&gt;Checkout to the branch in .gitmodule&#160;(ex: yangtool may have a diff branch which is not master)&lt;/li&gt;
	&lt;li&gt;Pull the latest from HEAD for each project before start to build AR&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="64725" author="zxiiro" created="Thu, 23 Aug 2018 03:09:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=askb&quot; class=&quot;user-hover&quot; rel=&quot;askb&quot;&gt;askb&lt;/a&gt; I hope you don&apos;t mind make taking this since it looks like it&apos;s not being worked on.&lt;/p&gt;</comment>
                            <comment id="64726" author="zxiiro" created="Thu, 23 Aug 2018 03:35:14 +0000"  >&lt;p&gt;Proposed patch works and is a very minimal code to implement however we need git 2.10+ for branch &quot;.&quot; support. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/75395&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/75395&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="64728" author="askb" created="Thu, 23 Aug 2018 03:53:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=zxiiro&quot; class=&quot;user-hover&quot; rel=&quot;zxiiro&quot;&gt;zxiiro&lt;/a&gt; as discussed on this thread, I thought you suggested not to use `git submodule update --remote`. Now you seem to be using this?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://lists.opendaylight.org/pipermail/release/2018-August/015844.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/release/2018-August/015844.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="64729" author="zxiiro" created="Thu, 23 Aug 2018 04:17:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=askb&quot; class=&quot;user-hover&quot; rel=&quot;askb&quot;&gt;askb&lt;/a&gt; Right. We need a separate job to provide the update it shouldn&apos;t be done as part of the release job.&lt;/p&gt;</comment>
                            <comment id="64730" author="zxiiro" created="Thu, 23 Aug 2018 04:43:53 +0000"  >&lt;p&gt;I updated the patch so that it&apos;s run as a separate job. Ubunu 16.04 seems to also have an insufficient version of Git. We might be able to make this work when we get Ubunu 18.04 so we&apos;ll have to revisit the patch when that&apos;s available to us.&lt;/p&gt;

&lt;p&gt;Ubuntu 16.04&apos;s git version 2.7.4&lt;/p&gt;</comment>
                            <comment id="65472" author="zxiiro" created="Thu, 1 Nov 2018 00:08:08 +0000"  >&lt;p&gt;I think we&apos;re done here.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03amv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>