Check out a source tree from a repo repository described by
manifest.
|
|
__init__(self,
manifest_url=None,
manifest_branch='master',
manifest_file='default.xml',
tarball=None,
**kwargs) |
source code
|
|
|
|
|
|
|
parseDownloadProperty(self,
s)
lets try to be nice in the format we want can support several
instances of "repo download proj number/patch" (direct copy
paste from gerrit web site) or several instances of "proj
number/patch" (simpler version) This feature allows integrator
to build with several pending interdependant changes. |
source code
|
|
|
|
buildDownloadList(self)
taken the changesource and forcebuild property, build the repo
download command to send to the slave making this a defereable allow
config to tweak this in order to e.g. |
source code
|
|
|
|
|
|
|
| continueStartVC(self,
ignored,
branch,
revision,
patch) |
source code
|
|
|
|
|
|
Inherited from Source:
describe,
getRepository,
setDefaultWorkdir,
setStepStatus,
start
Inherited from process.buildstep.LoggingBuildStep:
addLogFile,
buildCommandKwargs,
checkDisconnect,
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,
getStepFactory,
releaseLocks,
runCommand,
setBuild,
setBuildSlave,
setProgress,
setupProgress,
slaveVersion,
slaveVersionIsOlderThan,
startStep
Inherited from process.properties.PropertiesMixin:
__providedBy__,
getProperties,
getProperty,
hasProperty,
has_key,
render,
setProperty
|