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

Class MockRebuild

source code

                            object --+                
                                     |                
process.properties.PropertiesMixin --+                
                                     |                
           process.buildstep.BuildStep --+            
                                         |            
        process.buildstep.LoggingBuildStep --+        
                                             |        
                            shell.ShellCommand --+    
                                                 |    
                                              Mock --+
                                                     |
                                                    MockRebuild

Rebuild a srpm within a mock. Requires a srpm file.

Instance Methods
 
__init__(self, srpm=None, **kwargs)
Creates the MockRebuildRPM object.
source code

Inherited from Mock: start

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"
  description = ['mock rebuilding srpm']
  descriptionDone = ['mock rebuild srpm']
  srpm = None
hash(x)

Inherited from Mock: flunkOnFailure, haltOnFailure, mock_logfiles, resultdir, root

Inherited from shell.ShellCommand: 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, srpm=None, **kwargs)
(Constructor)

source code 

Creates the MockRebuildRPM object.

Parameters:
  • srpm (str) - the path of the srpm file.
  • kwargs (dict) - All further keyword arguments.
Overrides: object.__init__