Subversion Repositories DevTools

Rev

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

Rev 900 Rev 908
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
            // force exclusion by default
-
 
194
            int testBuildInstruction = 0;
-
 
195
            try
-
 
196
            {
-
 
197
              testBuildInstruction = Integer.parseInt( mReportingTestBuild );
-
 
198
            }
-
 
199
            catch( NumberFormatException nfe )
-
 
200
            {
-
 
201
            }
193
            mReleaseManager.excludeFromBuild(mReportingPackageVersionId, mReportingPackageVersion, rtagId.toString(), null, null, mReportingBuildFailureLogFile, true, false);
202
            mReleaseManager.excludeFromBuild(mReportingPackageVersionId, mReportingPackageVersion, rtagId.toString(), null, null, mReportingBuildFailureLogFile, false, testBuildInstruction);
194
          }
203
          }
195
          
204
          
196
          mLogger.info("run deliverChange returned");
205
          mLogger.info("run deliverChange returned");
197
          mSleep = false;
206
          mSleep = false;
198
        }
207
        }