Package conary :: Package build :: Module explain :: Class DummyUserInfoRecipe
[hide private]
[frames] | no frames]

Class DummyUserInfoRecipe

source code

                     object --+                
                              |                
                  recipe.Recipe --+            
                                  |            
packagerecipe.AbstractPackageRecipe --+        
                                      |        
         inforecipe.UserGroupInfoRecipe --+    
                                          |    
                  inforecipe.UserInfoRecipe --+
                                              |
                                             DummyUserInfoRecipe

Nested Classes [hide private]

Inherited from inforecipe.UserGroupInfoRecipe: basePolicyClass

Instance Methods [hide private]
 
__init__(self, cfg) source code

Inherited from inforecipe.UserGroupInfoRecipe: __getattr__, loadPolicy

Inherited from packagerecipe.AbstractPackageRecipe: __delattr__, byDefault, checkBuildRequirements, cleanup, disableParallelMake, doBuild, extraBuild, getBuildRequirementTroves, getCrossRequirementTroves, getDerivedFrom, getPackages, getRecursiveBuildRequirements, getRepos, getSubscribeLogPath, glob, isCrossCompileTool, isCrossCompiling, isatty, iterResumeList, loadSourceActions, mainDir, nameVer, needsCrossFlags, processResumeList, regexp, setByDefaultOff, setByDefaultOn, setCrossCompile, setDerivedFrom, setRepos, setupAbstractBaseClass, subscribeLogs, synchronizeLogs, validate

Inherited from recipe.Recipe: __repr__, doProcess, extraSource, fetchAllSources, fetchLocalSources, getSourcePathList, move, populateLcache, prepSources, recordCalls, recordMove, sourceMap, unpackSources

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

Class Methods [hide private]

Inherited from recipe.Recipe: getType, validateClass

Class Variables [hide private]

Inherited from inforecipe.UserInfoRecipe: internalAbstractBaseClass

Inherited from inforecipe.UserGroupInfoRecipe: buildRequires

Inherited from inforecipe.UserGroupInfoRecipe (private): _recipeType

Inherited from packagerecipe.AbstractPackageRecipe: Flags, buildRequirementsOverride, crossRequirementsOverride, crossRequires, explicitMainDir, internalPolicyModules

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cfg)
(Constructor)

source code 
Overrides: packagerecipe.AbstractPackageRecipe.__init__