|
|
|
|
|
|
|
|
|
|
|
|
|
|
| addPrimaryTrove(self,
name,
version,
flavor) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| addFileContents(self,
pathId,
fileId,
contType,
contents,
cfgFile,
compressed=False) |
source code
|
|
|
|
| getFileContents(self,
pathId,
fileId,
compressed=False) |
source code
|
|
|
|
| addFile(self,
oldFileId,
newFileId,
csInfo) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| writeContents(self,
csf,
contents,
early,
withReferences) |
source code
|
|
|
|
| writeAllContents(self,
csf,
withReferences) |
source code
|
|
|
|
| writeToFile(self,
outFileName,
withReferences=False,
mode=438,
versionOverride=None) |
source code
|
|
|
|
| makeRollback(self,
db,
configFiles=False,
redirectionRollbacks=True) |
source code
|
|
|
|
setTargetShadow(self,
repos,
targetShadowLabel)
Retargets this changeset to create troves and files on shadow
targetLabel off of the parent of the source node. |
source code
|
|
|
|
getJobSet(self,
primaries=False)
Regenerates the primary change set job (passed to change set
creation) for this change set. |
source code
|
|
|
|
|
|
|
|
|
|
send(self,
sock)
Sends this changeset over a unix-domain socket. |
source code
|
|
|
|
__init__(self,
data=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
Inherited from lib.cstreams'.StreamSet:
__cmp__,
__deepcopy__,
__eq__,
__hash__,
__new__,
diff,
find,
freeze,
thaw,
twm
Inherited from object:
__delattr__,
__getattribute__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|