Subversion Repositories DevTools

Rev

Rev 898 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 898 Rev 900
Line 188... Line 188...
188
          if ( mReportingBuildFailureLogFile != null )
188
          if ( mReportingBuildFailureLogFile != null )
189
          {
189
          {
190
            // tweak the build failure log file in the database
190
            // tweak the build failure log file in the database
191
            Integer rtagId = mRtagId;
191
            Integer rtagId = mRtagId;
192
            
192
            
193
            mReleaseManager.excludeFromBuild(mReportingPackageVersionId, mReportingPackageVersion, rtagId.toString(), null, null, mReportingBuildFailureLogFile, true);
193
            mReleaseManager.excludeFromBuild(mReportingPackageVersionId, mReportingPackageVersion, rtagId.toString(), null, null, mReportingBuildFailureLogFile, true, false);
194
          }
194
          }
195
          
195
          
196
          mLogger.info("run deliverChange returned");
196
          mLogger.info("run deliverChange returned");
197
          mSleep = false;
197
          mSleep = false;
198
        }
198
        }