|
None
|
displayTroves(cfg,
troveSpecs=[],
pathList=[],
whatProvidesList=[],
versionFilter=1,
flavorFilter=2,
useAffinity=False,
info=False,
digSigs=False,
showDeps=False,
showBuildReqs=False,
ls=False,
lsl=False,
ids=False,
sha1s=False,
tags=False,
fileDeps=False,
fileVersions=False,
fileFlavors=False,
showTroves=False,
recurse=None,
showAllTroves=False,
weakRefs=False,
showTroveFlags=False,
alwaysDisplayHeaders=False,
troveTypes=1)
Displays information about troves found in repositories |
source code
|
|
|
troveTupleList (list of (name, version, flavor) tuples)
|
getTrovesToDisplay(repos,
troveSpecs,
pathList,
whatProvidesList,
versionFilter,
flavorFilter,
labelPath,
defaultFlavor,
affinityDb,
troveTypes=1)
Finds troves that match the given trove specifiers, using the
current configuration, and parameters |
source code
|
|
|
|
| getTrovesByPath(repos,
pathList,
versionFilter,
flavorFilter,
labelPath,
defaultFlavor) |
source code
|
|
|
|
| diffTroves(cfg,
troveSpec,
withTroveDeps=False,
withFileTags=False,
withFileVersions=False,
withFileDeps=False,
withFileContents=False,
showLabels=False,
fullVersions=False,
fullFlavors=False,
showEmptyDiffs=False,
withBuildReqs=False,
withFiles=False,
withFilesStat=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_diffNV(dict1,
dict2)
Diffs two dictionaries of NV objects, keyed on N, with V as value
Return a 3-item tuple: added, removed, changed Added and removed are
NV lists changed is a list of (n, oldV, newV) |
source code
|
|
|
|
| formatVF(vf,
showLabels=False,
fullVersions=False,
fullFlavors=False) |
source code
|
|
|
|
|