Package buildbot :: Package steps :: Package package :: Package rpm :: Module mock :: Class Mock
[frames] | no frames]

Class Mock

source code

                            object --+            
                                     |            
process.properties.PropertiesMixin --+            
                                     |            
           process.buildstep.BuildStep --+        
                                         |        
        process.buildstep.LoggingBuildStep --+    
                                             |    
                            shell.ShellCommand --+
                                                 |
                                                Mock
Known Subclasses:

Add the mock logfiles and clean them if they already exist. Add support for the root and resultdir parameter of mock.

Instance Methods
 
__init__(self, root=None, resultdir=None, **kwargs)
Creates the Mock object.
source code
 
start(self)
Try to remove the old mock logs first.
source code

Inherited from shell.ShellCommand: buildCommandKwargs, describe, getWorkdir, setBuild, setCommand, setDefaultWorkdir, setStepStatus, setupEnvironment

Inherited from process.buildstep.LoggingBuildStep: addLogFile, checkDisconnect, commandComplete, createSummary, evaluateCommand, getText, getText2, interrupt, maybeGetText2, setStatus, setupLogfiles, startCommand

Inherited from process.buildstep.BuildStep: __provides__, acquireLocks, addCompleteLog, addFactoryArguments, addHTMLLog, addLog, addLogObserver, addURL, failed, finished, getLog, getSlaveName, releaseLocks, runCommand, setBuildSlave, setProgress, setupProgress, slaveVersion, slaveVersionIsOlderThan, startStep

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from process.properties.PropertiesMixin: __providedBy__, getProperties, getProperty, hasProperty, has_key, render, setProperty

Static Methods

Inherited from process.buildstep.BuildStep: __new__

Class Variables
  name = 'mock'
  haltOnFailure = 1
  flunkOnFailure = 1
  mock_logfiles = ['build.log', 'root.log', 'state.log']
  root = None
hash(x)
  resultdir = None
hash(x)

Inherited from shell.ShellCommand: description, descriptionDone, descriptionSuffix, renderables

Inherited from process.buildstep.LoggingBuildStep: cmd, parms, progressMetrics

Inherited from process.buildstep.BuildStep: __implemented__, alwaysRun, build, doStepIf, flunkOnWarnings, hideStepIf, locks, progress, set_runtime_properties, step_status, useProgress, warnOnFailure, warnOnWarnings

Instance Variables

Inherited from shell.ShellCommand: command, lazylogfiles, logfiles

Properties

Inherited from object: __class__

Method Details

__init__(self, root=None, resultdir=None, **kwargs)
(Constructor)

source code 

Creates the Mock object.

Parameters:
  • root (str) - the name of the mock buildroot
  • resultdir (str) - the path of the result dir
  • kwargs (dict) - All further keyword arguments.
Overrides: object.__init__

start(self)

source code 

Try to remove the old mock logs first.

Overrides: process.buildstep.BuildStep.start