| Home | Trees | Indices | Help |
|
|---|
|
|
action.Action --+
|
action.RecipeAction --+
|
policy.BasePolicy --+
|
policy.Policy --+
|
reportMissingBuildRequires
buildRequires list. Do not call it directly; it is
for internal use only.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
bucket = 64
|
|||
processUnmodified = Trueallows special handling for derived packages in order to make only appropriate changes in the derived package. |
|||
filetree = 0where to look for files to which to apply the policy: policy.DESTDIR, the default, walks the files in the
destdir, policy.BUILDDIR walks the files in
the build directory, and policy.PACKAGE iterates over
the packaged files rather than walking the destdir, which besides
being possibly faster also applies to files that are not on the
filesystem (like device nodes).
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
The default way to update a class is to override any provided keywords. Subclasses which have the ability to provide more intelligent handling can override this method. This method is invoked automatically by recipe.py when a recipe references a policy object. It acts rather like __init__ except that it can meaningfully be called more than once for an object. Some keyword arguments (at leastexceptions and
subtrees) should be appended rather than replaced.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 10 11:46:06 2008 | http://epydoc.sourceforge.net |