Break out of the loop if a CacheError occurs.
authorZac Medico <zmedico@gentoo.org>
Fri, 8 Dec 2006 06:33:48 +0000 (06:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 8 Dec 2006 06:33:48 +0000 (06:33 -0000)
svn path=/main/trunk/; revision=5222

bin/emerge

index 8728cc098b95ba67abdfa379293992f4d994489a..94aef2e7c5188b4ca7902bb66b2733a21a346979 100755 (executable)
@@ -3632,6 +3632,7 @@ def action_regen(settings, portdb):
                                "'%s': %s, continuing..." % (mytree, e)
                        del e
                        dead_nodes = None
+                       break
        for x in mynodes:
                mymatches = portdb.xmatch("match-all",x)
                portage.writemsg_stdout("processing %s\n" % x)