public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14765 - main/branches/2.1.7/bin
@ 2009-10-31 23:35 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-10-31 23:35 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-10-31 23:35:39 +0000 (Sat, 31 Oct 2009)
New Revision: 14765

Modified:
   main/branches/2.1.7/bin/dohtml.py
Log:
For compatibility, still exit successfully if there are skipped directories.
We can make it more strict later. (trunk r14762)

Modified: main/branches/2.1.7/bin/dohtml.py
===================================================================
--- main/branches/2.1.7/bin/dohtml.py	2009-10-31 23:33:50 UTC (rev 14764)
+++ main/branches/2.1.7/bin/dohtml.py	2009-10-31 23:35:39 UTC (rev 14765)
@@ -181,7 +181,7 @@
 		eqawarn(["QA Notice: dohtml on directory " + \
 			"'%s' without recursion option" % x])
 
-	if success and not skipped_directories:
+	if success:
 		retcode = 0
 	else:
 		retcode = 1




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

only message in thread, other threads:[~2009-10-31 23:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-31 23:35 [gentoo-commits] portage r14765 - main/branches/2.1.7/bin Zac Medico (zmedico)

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