public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14490 - main/trunk/pym/repoman
@ 2009-10-04 15:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-10-04 15:17 UTC (permalink / raw
  To: gentoo-commits

Author: arfrever
Date: 2009-10-04 15:17:40 +0000 (Sun, 04 Oct 2009)
New Revision: 14490

Modified:
   main/trunk/pym/repoman/checks.py
Log:
Add src_configure and pkg_config to the list of phases in repoman.checks.PhaseCheck.__init__().


Modified: main/trunk/pym/repoman/checks.py
===================================================================
--- main/trunk/pym/repoman/checks.py	2009-10-04 14:06:18 UTC (rev 14489)
+++ main/trunk/pym/repoman/checks.py	2009-10-04 15:17:40 UTC (rev 14490)
@@ -38,8 +38,8 @@
 	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 + '|'




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-04 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 15:17 [gentoo-commits] portage r14490 - main/trunk/pym/repoman Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox