<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:25:10 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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-16230] git Change-ID hook is not supported on RHEL8</title>
                <link>https://jira.whamcloud.com/browse/LU-16230</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The latest git commit-msg hook being used by whamcloud is using git-interpert-trailer which is not present on RedHAT systems. On our RHLE8 testbed I see:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;&quot;.git/COMMIT_EDITMSG&quot; 2934L, 83071C written
unknown option: --trailer
usage: git [--version] [--help] [-C &amp;lt;path&amp;gt;] [-c &amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;]
&#160; &#160; &#160; &#160; &#160; &#160;[--exec-path[=&amp;lt;path&amp;gt;]] [--html-path] [--man-path] [--info-path]
&#160; &#160; &#160; &#160; &#160; &#160;[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
&#160; &#160; &#160; &#160; &#160; &#160;[--git-dir=&amp;lt;path&amp;gt;] [--work-tree=&amp;lt;path&amp;gt;] [--namespace=&amp;lt;name&amp;gt;]
&#160; &#160; &#160; &#160; &#160; &#160;&amp;lt;command&amp;gt; [&amp;lt;args&amp;gt;]
cannot insert change-id line in .git/COMMIT_EDITMSG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="72725">LU-16230</key>
            <summary>git Change-ID hook is not supported on RHEL8</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Oct 2022 13:28:26 +0000</created>
                <updated>Thu, 30 Nov 2023 22:52:30 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="349123" author="simmonsja" created="Mon, 10 Oct 2022 13:36:00 +0000"  >&lt;p&gt;Also contrib/git-hooks/commit-msg produces an empty ChangeID.&lt;/p&gt;</comment>
                            <comment id="349143" author="pjones" created="Mon, 10 Oct 2022 16:04:07 +0000"  >&lt;p&gt;Jian&lt;/p&gt;

&lt;p&gt;Can you please advise on this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="395023" author="adilger" created="Thu, 30 Nov 2023 20:21:33 +0000"  >&lt;p&gt;James, I just stumbled across this ticket looking for something else.  I have been using the Lustre commit hook on RHEL8 without issues.  Are you using the latest one from &lt;tt&gt;contrib/git-hooks/commit-msg&lt;/tt&gt;?  Normally I set this up as a symlink so that it is always the latest for a particular branch:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# cd .git/hooks
# ln -sf ../../contrib/git-hooks/commit-msg
# ln -sf ../../contrib/git-hooks/prepare-commit-msg
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="395028" author="simmonsja" created="Thu, 30 Nov 2023 20:48:44 +0000"  >&lt;p&gt;The version of git we have installed is git version 1.8.3.1. Currently I use an old version of commit-msg that seems to work. Hm, this ticket is old so maybe that is not needed any more. I have to check.&lt;/p&gt;

&lt;p&gt;Ah the system I&apos;m using for push and pulls is a RHEL7 platform &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/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; One of the&#160; last at ORNL.&lt;/p&gt;</comment>
                            <comment id="395051" author="adilger" created="Thu, 30 Nov 2023 22:52:01 +0000"  >&lt;p&gt;I&apos;m using &lt;tt&gt;contrib/git-hooks/commit-msg&lt;/tt&gt; without problems on my el7.9 system as well (same Git version).  It doesn&apos;t use or mention &quot;trailer&quot; at all, so maybe you are using some other &lt;tt&gt;commit-msg&lt;/tt&gt; hook?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i032fz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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