<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:29 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-278] Tag check is broken in configure script</title>
                <link>https://jira.whamcloud.com/browse/LU-278</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The configure check defined for LB_BUILDID more or less makes it impossible have any recent tag that is not of the form either 0.0.0.0 or v0_0_0_0.  For instance, say I have checked out a commit that is tagged &quot;2.0.59-1morrone&quot; and attempt to configure lustre like so:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;./configure --enable-dist --with-downstream-release=1morrone&lt;br/&gt;
checking build system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking host system type... x86_64-unknown-linux-gnu&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;cut&amp;#93;&lt;/span&gt;&lt;br/&gt;
checking whether to configure just enough for make dist... yes&lt;br/&gt;
checking if this distro uses dpkg... yes&lt;br/&gt;
checking for buildid... configure: error: most recent tag found: 2.0.59-1morrone does not match current version 2.0.59.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The build really needs to allow any tag that it doesn&apos;t recognize.  Heck, I might just have a local tag &quot;very_fine_patch&quot; or &quot;10_things_I_hate_about_autoconf&quot;, and the build system needs to not have a problem with that.&lt;/p&gt;</description>
                <environment>RHEL6</environment>
        <key id="10743">LU-278</key>
            <summary>Tag check is broken in configure script</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="brian">Brian Murrell</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 May 2011 16:17:51 +0000</created>
                <updated>Wed, 28 Mar 2012 12:57:19 +0000</updated>
                            <resolved>Mon, 12 Dec 2011 13:57:15 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="13867" author="pjones" created="Fri, 6 May 2011 05:41:28 +0000"  >&lt;p&gt;Brian&lt;/p&gt;

&lt;p&gt;Could you please comment?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="13915" author="morrone" created="Fri, 6 May 2011 18:02:43 +0000"  >&lt;p&gt;Here are three patches that I needed to make to get lustre building at LLNL:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/509&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/509&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/510&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/510&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/511&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/511&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The 510 deals with the configure problem.  509 deals with the build system not allowing most git tags.  511 is just lustre.spec improvements for RHEL6.&lt;/p&gt;</comment>
                            <comment id="14017" author="brian" created="Mon, 9 May 2011 09:08:37 +0000"  >&lt;blockquote&gt;
&lt;p&gt;The configure check defined for LB_BUILDID more or less makes it impossible have any recent tag that is not of the form either 0.0.0.0 or v0_0_0_0. For instance, say I have checked out a commit that is tagged &quot;2.0.59-1morrone&quot; and attempt to configure lustre like so:&lt;/p&gt;

&lt;p&gt;./configure --enable-dist --with-downstream-release=1morrone&lt;br/&gt;
checking build system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking host system type... x86_64-unknown-linux-gnu&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;cut&amp;#93;&lt;/span&gt;&lt;br/&gt;
checking whether to configure just enough for make dist... yes&lt;br/&gt;
checking if this distro uses dpkg... yes&lt;br/&gt;
checking for buildid... configure: error: most recent tag found: 2.0.59-1morrone does not match current version 2.0.59.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Probably the tag matching code needs to be more precise, if it can be.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The build really needs to allow any tag that it doesn&apos;t recognize. Heck, I might just have a local tag &quot;very_fine_patch&quot; or &quot;10_things_I_hate_about_autoconf&quot;, and the build system needs to not have a problem with that.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Have you tried using a tag such as &quot;very_fine_patch&quot;?  I suspect that would in fact work since the code that is trying to match tags actually does apply a match pattern to try to find version stamping tags.&lt;/p&gt;

&lt;p&gt;FWIW, the whole point of this tag searching/matching is two-fold.  First (but not primarily) it&apos;s to ensure that the version stamp that will go on the package, courtesy of lustre-version.ac, is correct and matches what the code has been tagged as.&lt;/p&gt;

&lt;p&gt;Second, and primarily, we want to find the place in the history that matches what the package will be labeled as &amp;#8211; 2.0.59, for example.  When we find that, we can find all (if any) of the patches that have been applied since that tag.  The reason for this is that I find that it&apos;s disingenuous to check out &quot;HEAD&quot; and package it up as &quot;2.0.59&quot; when it&apos;s in fact (say) 20 commits beyond 2.0.59 (presumably on it&apos;s way to being 2.0.60).  Somebody opening up the resulting source package (the SRPM or looking in /debian) should be able to find the real 2.0.59 (which would be the tarball) and then see the 20 patches that are applied on top of it to produce the packages that resulted from that HEAD checkout.&lt;/p&gt;

&lt;p&gt;The end result (i.e. Patch$n: lines in the RPM spec) is not quite there yet (it was for debian builds but had to be backed out due to a defect in the way the debian build was using the information and with debian builds being low priority it was quicker to back it out than to fix the defect), but this is all of the groundwork that is needed for it to get there.&lt;/p&gt;</comment>
                            <comment id="14019" author="morrone" created="Mon, 9 May 2011 11:21:53 +0000"  >&lt;p&gt;I frankly disagree with this approach.&lt;/p&gt;

&lt;p&gt;We&apos;ve already got code to include in the lustre version the number of commits we are beyond a tag, and the first 7 characters of the commit hash.  I think that is plenty.  Going to a system that converts commits into patches is unnecessary complexity in my book.&lt;/p&gt;

&lt;p&gt;The build system is already hugely complex and fragile.  Case in point, the build system flat out would not work for us.  I think we need to look into ways to reduce the complexity, not increase it.&lt;/p&gt;</comment>
                            <comment id="14178" author="morrone" created="Wed, 11 May 2011 16:20:28 +0000"  >&lt;p&gt;By the way, I am relatively sure that gerrit is generating an incorrect diff on the web for the change in &lt;a href=&quot;http://review.whamcloud.com/511&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/511&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;At the end of the diff it shows:&lt;/p&gt;

&lt;p&gt;80	100	 %endif&lt;br/&gt;
81	101	 %if ! %&lt;/p&gt;
{is_client}&lt;br/&gt;
	102	+%if ! %{is_client}

&lt;p&gt;But that makes no sense.  git itself shows the end of the patch to be:&lt;/p&gt;

&lt;p&gt; %endif&lt;br/&gt;
+%endif&lt;br/&gt;
 %if ! %&lt;/p&gt;
{is_client}

&lt;p&gt;So please look at the patch in git, and don&apos;t trust gerrit for that review.&lt;/p&gt;</comment>
                            <comment id="14251" author="morrone" created="Thu, 12 May 2011 11:32:05 +0000"  >&lt;p&gt;Brian, I saw your patch here:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/517&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/517&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I don&apos;t have a problem with it, per say, but it doesn&apos;t really address my core complaint that the build system is too frickin&apos; restrictive.  Even with your patch here&apos;s what I get in my build farm:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;checking for buildid... fatal: No names found, cannot describe anything.&lt;br/&gt;
configure: error: most recent tag found:  does not match current version 2.0.59.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;So let me refine my argument into this assertion:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The build system must not abort the configure stage or fail to build simply because the build is not taking place in a git directory, nor should it fail when the build takes place in a git directory simply because some history of the current commit is not available.&lt;/b&gt;&lt;/p&gt;</comment>
                            <comment id="14582" author="hudson" created="Wed, 18 May 2011 18:57:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14585" author="hudson" created="Wed, 18 May 2011 18:58:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14588" author="hudson" created="Wed, 18 May 2011 19:00:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14591" author="hudson" created="Wed, 18 May 2011 19:08:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14594" author="hudson" created="Wed, 18 May 2011 19:15:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14597" author="hudson" created="Wed, 18 May 2011 19:18:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14600" author="hudson" created="Wed, 18 May 2011 19:24:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14603" author="hudson" created="Wed, 18 May 2011 19:27:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14606" author="hudson" created="Wed, 18 May 2011 19:27:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14609" author="hudson" created="Wed, 18 May 2011 19:44:53 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14612" author="hudson" created="Wed, 18 May 2011 19:45:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14615" author="hudson" created="Wed, 18 May 2011 19:51:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14618" author="hudson" created="Wed, 18 May 2011 20:06:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14621" author="hudson" created="Wed, 18 May 2011 20:08:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/124/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #124&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; only use the v* tag and limit the match&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3bf2ba3f3aa847e6d5ea9e0653e853aad0f4b95b&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15384" author="brian" created="Wed, 1 Jun 2011 19:46:57 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Brian, I saw your patch here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/517&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/517&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I don&apos;t have a problem with it, per say, but it doesn&apos;t really address my core complaint that the build system is too frickin&apos; restrictive.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;But does it address the specific concnern/use-case you described?  As you described it, it should.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Even with your patch here&apos;s what I get in my build farm:&lt;/p&gt;

&lt;p&gt;checking for buildid... fatal: No names found, cannot describe anything.&lt;br/&gt;
configure: error: most recent tag found: does not match current version 2.0.59.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Can you describe the process that results in this situation?  Is this build that fails working in a git checkout?  Or it is working in a tree that was unpacked from a tarball that was either downloaded from us or built with a &quot;autogen.sh; configure ...; make dist&quot;?  Or is it something different?  If so, can you please describe? &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;So let me refine my argument into this assertion:&lt;/p&gt;

&lt;p&gt;The build system must not abort the configure stage or fail to build simply because the build is not taking place in a git directory,&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Agreed.  It was written to work equally successfully in a tree extracted from a tarball created with &quot;autogen.sh; configure ...; make dist&quot;.  If that&apos;s not working, that&apos;s a bug.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;nor should it fail when the build takes place in a git directory simply because some history of the current commit is not available.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Can you provide an example of such a situation?  I&apos;m not sure I understand what you mean exactly.&lt;/p&gt;</comment>
                            <comment id="15433" author="morrone" created="Thu, 2 Jun 2011 20:00:53 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Can you provide an example of such a situation? I&apos;m not sure I understand what you mean exactly.&lt;/p&gt;&lt;/blockquote&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;$ mkdir foo
$ cd foo
$ git init .
Initialized empty Git repository in /tmp/foo/.git/
$ git remote add wc git://git.whamcloud.com/fs/lustre-release.git
$ git fetch --depth 1 wc master
remote: Counting objects: 1812, done.
remote: Compressing objects: 100% (1639/1639), done.
remote: Total 1812 (delta 358), reused 907 (delta 116)
Receiving objects: 100% (1812/1812), 5.11 MiB | 1.95 MiB/s, done.
Resolving deltas: 100% (358/358), done.
From git://git.whamcloud.com/fs/lustre-release
 * branch            master     -&amp;gt; FETCH_HEAD
$ git branch master FETCH_HEAD
$ git checkout master
Already on &apos;master&apos;
$ sh autogen.sh
[cut]
$ ./configure
[cut]
checking for buildid... fatal: No names found, cannot describe anything.
configure: error: most recent tag found:  does not match current version 2.0.61.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="17704" author="adilger" created="Thu, 14 Jul 2011 15:16:01 +0000"  >&lt;p&gt;I&apos;ve uploaded a new patch to &lt;a href=&quot;http://review.whamcloud.com/#change,510&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,510&lt;/a&gt; that changes this error to a warning.&lt;/p&gt;</comment>
                            <comment id="18382" author="hudson" created="Thu, 28 Jul 2011 19:50:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18383" author="hudson" created="Thu, 28 Jul 2011 19:54:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18384" author="hudson" created="Thu, 28 Jul 2011 19:58:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18385" author="hudson" created="Thu, 28 Jul 2011 19:58:55 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18386" author="hudson" created="Thu, 28 Jul 2011 19:59:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18387" author="hudson" created="Thu, 28 Jul 2011 20:00:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18389" author="hudson" created="Thu, 28 Jul 2011 20:02:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18390" author="hudson" created="Thu, 28 Jul 2011 20:03:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18391" author="hudson" created="Thu, 28 Jul 2011 20:03:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18393" author="hudson" created="Thu, 28 Jul 2011 20:16:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18394" author="hudson" created="Thu, 28 Jul 2011 20:16:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #117&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fabc40428e5c7283c9f4419c0558b32ddf00dfdb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fabc40428e5c7283c9f4419c0558b32ddf00dfdb&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18399" author="hudson" created="Thu, 28 Jul 2011 20:57:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18404" author="hudson" created="Thu, 28 Jul 2011 20:59:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18409" author="hudson" created="Thu, 28 Jul 2011 21:00:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18414" author="hudson" created="Thu, 28 Jul 2011 21:02:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18420" author="hudson" created="Thu, 28 Jul 2011 21:04:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18425" author="hudson" created="Thu, 28 Jul 2011 21:04:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18430" author="hudson" created="Thu, 28 Jul 2011 21:05:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18435" author="hudson" created="Thu, 28 Jul 2011 21:09:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18441" author="hudson" created="Thu, 28 Jul 2011 21:12:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18446" author="hudson" created="Thu, 28 Jul 2011 21:27:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18451" author="hudson" created="Thu, 28 Jul 2011 21:56:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18456" author="hudson" created="Thu, 28 Jul 2011 22:20:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18461" author="hudson" created="Thu, 28 Jul 2011 22:51:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18466" author="hudson" created="Thu, 28 Jul 2011 23:07:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/233/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #233&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; build: Only warn for tag/version mismatch&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=c487014a39a6e37dc22a957aad9ad9b739e3c8cf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c487014a39a6e37dc22a957aad9ad9b739e3c8cf&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21583" author="morrone" created="Thu, 20 Oct 2011 20:38:55 +0000"  >&lt;p&gt;Let&apos;s close this issue.&lt;/p&gt;</comment>
                            <comment id="21584" author="morrone" created="Thu, 20 Oct 2011 20:42:02 +0000"  >&lt;p&gt;Actually, Lustre on b2_1 still fails my rule:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The build system must not abort the configure stage or fail to build simply because the build is not taking place in a git directory, nor should it fail when the build takes place in a git directory simply because some history of the current commit is not available.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It can&apos;t build right from tarball taken right from the git tree.  Lustre still needs to be in a git tree to build the first time.&lt;/p&gt;

&lt;p&gt;But I can open a new bug on that to be clear, and close this one.&lt;/p&gt;</comment>
                            <comment id="24132" author="hudson" created="Mon, 12 Dec 2011 13:53:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24150" author="hudson" created="Mon, 12 Dec 2011 13:54:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24161" author="pjones" created="Mon, 12 Dec 2011 13:57:15 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="24170" author="hudson" created="Mon, 12 Dec 2011 13:59:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24189" author="hudson" created="Mon, 12 Dec 2011 14:01:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24207" author="hudson" created="Mon, 12 Dec 2011 14:03:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24226" author="hudson" created="Mon, 12 Dec 2011 14:08:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24244" author="hudson" created="Mon, 12 Dec 2011 14:14:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24262" author="hudson" created="Mon, 12 Dec 2011 14:16:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24280" author="hudson" created="Mon, 12 Dec 2011 14:18:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24298" author="hudson" created="Mon, 12 Dec 2011 14:19:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24316" author="hudson" created="Mon, 12 Dec 2011 14:20:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24334" author="hudson" created="Mon, 12 Dec 2011 14:22:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24365" author="hudson" created="Mon, 12 Dec 2011 15:57:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24383" author="hudson" created="Mon, 12 Dec 2011 16:08:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-278&quot; title=&quot;Tag check is broken in configure script&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-278&quot;&gt;&lt;del&gt;LU-278&lt;/del&gt;&lt;/a&gt; Improve regex for output of git describe (Revision 7e0f0d96b6c63141c879d834ebc8c648bdf5a038)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7e0f0d96b6c63141c879d834ebc8c648bdf5a038&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7e0f0d96b6c63141c879d834ebc8c648bdf5a038&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/scripts/version_tag-git.pl&lt;/li&gt;
&lt;/ul&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|hzv7wn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4815</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>