Package conary :: Package build :: Module source :: Class _RevisionControl
[hide private]
[frames] | no frames]

Class _RevisionControl

source code

  action.Action --+                
                  |                
action.RecipeAction --+            
                      |            
             _AnySource --+        
                          |        
                    _Source --+    
                              |    
                     addArchive --+
                                  |
                                 _RevisionControl
Known Subclasses:
addBzrSnapshot, addCvsSnapshot, addGitSnapshot, addMercurialSnapshot, addSvnSnapshot

Instance Methods [hide private]
 
fetch(self, refreshFilter=None) source code
 
showInfo(self, lookasideDir) source code
 
doDownload(self) source code

Inherited from addArchive: __init__, do

Inherited from _Source: doAction, doPrep, fetchLocal, getPath

Inherited from action.RecipeAction: doSuggestAutoBuildReqs, init_error

Inherited from action.Action: addArgs

Inherited from action.Action (private): _applyDefaults

Static Methods [hide private]

Inherited from addArchive (private): _cpioOwners, _tarOwners

Class Variables [hide private]
  keywords = {'dir': '', 'package': None}
Method Details [hide private]

fetch(self, refreshFilter=None)

source code 
Overrides: _Source.fetch

doDownload(self)

source code 
Overrides: addArchive.doDownload