Trees | Indices | Help |
|
---|
|
|
|||
ArchStorage class for keeping track of what arch we have set and doing various permutations based on it |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
multilibArches =
|
|||
arches =
|
|||
canonArch =
|
|||
__package__ =
|
|
Take two arches and return True if it is possible that they can be installed together with the same nevr. Ex: arch1=i386 and arch2=i686 then it will return False. arch1=i386 and arch2=x86_64 will return True. It does not determine whether or not the arches make any sense. Just whether they could possibly install w/o conflict |
returns 'base' arch for myarch, if specified, or canonArch if not. base arch is the arch before noarch in the arches dict if myarch is not a key in the multilibArches. |
|
multilibArches
|
arches
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 28 11:38:31 2010 | http://epydoc.sourceforge.net |