Package buildbot :: Package steps :: Package package :: Package rpm :: Module rpmspec :: Class RpmSpec
[frames] | no frames]

Class RpmSpec

source code

   process.buildstep.BuildStep --+        
                                 |        
process.buildstep.LoggingBuildStep --+    
                                     |    
                    shell.ShellCommand --+
                                         |
                                        RpmSpec

read parameters out of an rpm spec file

Instance Methods
 
__init__(self, specfile=None, **kwargs)
Creates the RpmSpec object.
source code
 
load(self)
call this function after the file exists to populate properties
source code

Inherited from shell.ShellCommand: checkForOldSlaveAndLogfiles, describe, setCommand, setDefaultWorkdir, setStepStatus, setupEnvironment, start

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

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

Class Variables
  n_regex = re.compile(r'^Name: *([^\s]*)')
  v_regex = re.compile(r'^Version: *([0-9\.]*)')

Inherited from shell.ShellCommand: description, descriptionDone, flunkOnFailure, name

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

Inherited from process.buildstep.BuildStep: alwaysRun, doStepIf, flunkOnWarnings, haltOnFailure, locks, useProgress, warnOnFailure, warnOnWarnings

Instance Variables

Inherited from shell.ShellCommand: command, lazylogfiles, logfiles

Inherited from process.buildstep.BuildStep: build, progress, step_status

Properties
  loaded
  pkg_name
  pkg_version
Method Details

__init__(self, specfile=None, **kwargs)
(Constructor)

source code 

Creates the RpmSpec object.

Parameters:
  • specfile (str) - the name of the specfile to get the package name and version from
  • kwargs (dict) - All further keyword arguments.
Overrides: process.buildstep.BuildStep.__init__

Property Details

loaded

Get Method:
unreachable(self)

pkg_name

Get Method:
unreachable(self)

pkg_version

Get Method:
unreachable(self)