From b85cfe5ff81688ccca3c4356326447bb057617eb Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 4 Oct 2009 15:17:40 +0000 Subject: Add src_configure and pkg_config to the list of phases in repoman.checks.PhaseCheck.__init__(). svn path=/main/trunk/; revision=14490 --- pym/repoman/checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/repoman/checks.py') diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 6e71aebbf..a754ad46e 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -38,8 +38,8 @@ class PhaseCheck(LineCheck): in_phase = '' def __init__(self): - self.phases = ('pkg_setup', 'pkg_preinst', 'pkg_postinst', 'pkg_prerm', 'pkg_postrm', 'pkg_pretend', - 'src_unpack', 'src_prepare', 'src_compile', 'src_test', 'src_install') + self.phases = ('pkg_pretend', 'pkg_setup', 'src_unpack', 'src_prepare', 'src_configure', 'src_compile', + 'src_test', 'src_install', 'pkg_preinst', 'pkg_postinst', 'pkg_prerm', 'pkg_postrm', 'pkg_config') phase_re = '(' for phase in self.phases: phase_re += phase + '|' -- cgit v1.2.3-1-g7c22