Package conary :: Package conaryclient :: Module update :: Class CriticalUpdateInfo
[hide private]
[frames] | no frames]

Class CriticalUpdateInfo

source code

object --+
         |
        CriticalUpdateInfo
Known Subclasses:
updatecmd.CriticalUpdateInfo

Defines update settings regarding critical jobs - those required to go first and those required to go last.

Instance Methods [hide private]
 
_match(self, regexpList, jobList) source code
 
findCriticalJobs(self, jobList) source code
 
setFinalTroveRegexps(self, regexpList) source code
 
setCriticalTroveRegexps(self, regexpList)
PUBLIC API
source code
 
findFinalJobs(self, jobList) source code
 
addChangeSet(self, cs, includesFileContents)
Store a changeset usable by the update determination code
source code
 
iterChangeSets(self) source code
 
isCriticalOnlyUpdate(self)
Returns true if this job should just apply critical updates
source code
 
__init__(self, criticalOnly=False)
PUBLIC API
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  criticalTroveRegexps = []
  finalTroveRegexps = []
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setCriticalTroveRegexps(self, regexpList)

source code 

PUBLIC API

Define the list of regular expressions that determine which trove updates are considered critical
Decorators:
  • @api.publicApi

__init__(self, criticalOnly=False)
(Constructor)

source code 
PUBLIC API
Decorators:
  • @api.publicApi
Overrides: object.__init__