Module EbuildPhase
source code
|
|
__package__ = '_emerge'
|
|
|
_post_phase_cmds = {u'install': [u'install_qa_check', u'instal...
|
Imports:
gzip,
io,
sys,
tempfile,
AsynchronousLock,
BinpkgEnvExtractor,
MiscFunctionsProcess,
EbuildProcess,
CompositeTask,
_prepare_workdir,
writemsg,
MetaDataXML,
portage,
os,
_encodings,
_unicode_encode,
_check_build_log,
_post_phase_userpriv_perms,
_post_src_install_soname_symlinks,
_post_src_install_uid_fix,
_post_src_install_write_metadata,
_postinst_bsdflags,
_preinst_bsdflags,
elog_messages
_post_phase_cmds
- Value:
{u'install': [u'install_qa_check',
u'install_symlink_html_docs',
u'install_hooks'],
u'preinst': [u'preinst_sfperms',
u'preinst_selinux_labels',
u'preinst_suid_scan']}
|
|