<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:41 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-1016] RPM build proceeds after failure</title>
                <link>https://jira.whamcloud.com/browse/LU-1016</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Makefile scriptlets run with &quot;set -e&quot; set.  This causes the shell to exit&lt;br/&gt;
if any commands exit with a non-zero exit code.  This technique is &lt;b&gt;DEFEATED&lt;/b&gt;&lt;br/&gt;
if part of the shell script runs in a subshell.  If using a subshell is&lt;br/&gt;
necessary, then the scriptlet needs to test exit code.  However, the code&lt;br/&gt;
at issue here does not need a subshell.  autoMakefile.am.toplevel needs&lt;br/&gt;
two fixes:&lt;/p&gt;

&lt;p&gt;1. when testing BUILD_SERVER and BUILD_TESTS, when not defined, the default&lt;br/&gt;
   should be to not insert the extra buildrpm options.&lt;/p&gt;

&lt;p&gt;	if [[ -n &quot;$(BUILD_TESTS)&quot; -a &quot;$(BUILD_TESTS)&quot; = false ]]; then \&lt;br/&gt;
		RPMARGS=&quot;$$RPMARGS --define \&quot;build_lustre_tests 0\&quot;&quot;; \&lt;br/&gt;
	fi; \&lt;/p&gt;

&lt;p&gt;   the build is constrained to GNU Make on a Linux platform wherein&lt;br/&gt;
   this &quot;[[&quot; form of &quot;test&quot; is legal.&lt;/p&gt;

&lt;p&gt;2. when building in subdirectories, there is no need for a subshell:&lt;br/&gt;
rpms:&lt;br/&gt;
	for subdir in $(RPM_SUBDIRS) ; do		\&lt;br/&gt;
		echo &quot;Making rpms in $$subdir&quot;;		\&lt;br/&gt;
		cd $$subdir ;				\&lt;br/&gt;
		$(MAKE) $(AM_MAKEFLAGS) $@ ;  		\&lt;br/&gt;
		cd - ;					\&lt;br/&gt;
		echo &quot;Finished rpms in $$subdir&quot;;	\&lt;br/&gt;
	done;						\&lt;br/&gt;
	$(MAKE) $(AM_MAKEFLAGS) rpms-realq&lt;/p&gt;

&lt;p&gt;srpm:&lt;br/&gt;
	for subdir in $(RPM_SUBDIRS) ; do		\&lt;br/&gt;
		echo &quot;Making srpm in $$subdir&quot;;		\&lt;br/&gt;
		cd $$subdir ;				\&lt;br/&gt;
		$(MAKE) $(AM_MAKEFLAGS) $@ ;  		\&lt;br/&gt;
		cd - ;					\&lt;br/&gt;
		echo &quot;Finished srpms in $$subdir&quot;;	\&lt;br/&gt;
	done;						\&lt;br/&gt;
	$(MAKE) $(AM_MAKEFLAGS) srpm-real&lt;/p&gt;</description>
                <environment>build</environment>
        <key id="12953">LU-1016</key>
            <summary>RPM build proceeds after failure</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="wc-triage">WC Triage</assignee>
                                    <reporter username="bkorb">Bruce Korb</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Jan 2012 10:04:00 +0000</created>
                <updated>Wed, 21 Nov 2012 17:56:25 +0000</updated>
                            <resolved>Mon, 16 Apr 2012 19:01:26 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="27388" author="bkorb" created="Wed, 25 Jan 2012 14:54:41 +0000"  >&lt;p&gt;Review:  &lt;a href=&quot;http://review.whamcloud.com/2012&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2012&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="34307" author="hudson" created="Mon, 9 Apr 2012 17:09: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=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34311" author="hudson" created="Mon, 9 Apr 2012 18:25: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=server,distro=el5,ib_stack=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34313" author="hudson" created="Mon, 9 Apr 2012 18:29: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=i686,build_type=server,distro=el5,ib_stack=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34314" author="hudson" created="Mon, 9 Apr 2012 18:36:54 +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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34316" author="hudson" created="Mon, 9 Apr 2012 18:42: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=i686,build_type=client,distro=el5,ib_stack=inkernel/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34318" author="hudson" created="Mon, 9 Apr 2012 18:50: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34320" author="hudson" created="Mon, 9 Apr 2012 18:55:32 +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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34321" author="hudson" created="Mon, 9 Apr 2012 19:02:43 +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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34322" author="hudson" created="Mon, 9 Apr 2012 19:05:06 +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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34323" author="hudson" created="Mon, 9 Apr 2012 19:06:28 +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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34324" author="hudson" created="Mon, 9 Apr 2012 19:13: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=i686,build_type=server,distro=el5,ib_stack=inkernel/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34325" author="hudson" created="Mon, 9 Apr 2012 19:14: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=x86_64,build_type=client,distro=el6,ib_stack=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34327" author="hudson" created="Mon, 9 Apr 2012 19:21:31 +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=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34328" author="hudson" created="Mon, 9 Apr 2012 19:23:32 +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/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34329" author="hudson" created="Mon, 9 Apr 2012 19:31: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=el6,ib_stack=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34330" author="hudson" created="Mon, 9 Apr 2012 19:34: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34332" author="hudson" created="Mon, 9 Apr 2012 19:41: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=el6,ib_stack=inkernel/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34842" author="pjones" created="Mon, 16 Apr 2012 19:01:26 +0000"  >&lt;p&gt;Landed for 2.3&lt;/p&gt;</comment>
                            <comment id="36159" author="hudson" created="Wed, 2 May 2012 14:53: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-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36456" author="hudson" created="Wed, 2 May 2012 14:55:03 +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-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36753" author="hudson" created="Wed, 2 May 2012 14:58:16 +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-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37051" author="hudson" created="Wed, 2 May 2012 15:13: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-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37348" author="hudson" created="Wed, 2 May 2012 15:14: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-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37646" author="hudson" created="Wed, 2 May 2012 15:19: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-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37943" author="hudson" created="Wed, 2 May 2012 15:37:28 +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-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1016&quot; title=&quot;RPM build proceeds after failure&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1016&quot;&gt;&lt;del&gt;LU-1016&lt;/del&gt;&lt;/a&gt; build: no sub-builds in sub-shells (Revision cbc38177886815a41ca81b7f83e7f9ed578b604e)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cbc38177886815a41ca81b7f83e7f9ed578b604e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cbc38177886815a41ca81b7f83e7f9ed578b604e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoMakefile.am.toplevel&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="48235" author="nrutman" created="Wed, 21 Nov 2012 17:56:25 +0000"  >&lt;p&gt;Xyratex-bug-id: &lt;a href=&quot;http://jira-nss.xy01.xyratex.com:8080/browse/MRP-361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MRP-361&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv6vr:</customfieldvalue>

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

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