For consistency, remove exit code 2 (protocol incompatibility) from the other list...
authorZac Medico <zmedico@gentoo.org>
Thu, 1 Mar 2007 22:21:30 +0000 (22:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 1 Mar 2007 22:21:30 +0000 (22:21 -0000)
svn path=/main/branches/2.1.2/; revision=6118

bin/emerge

index de8e90cf9a5c99ff12c31e2c99505f0b77113435..8d57b78bdbd9399759881f95bca0644359829700 100755 (executable)
@@ -4003,7 +4003,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
                                        mycommand = mycommand.split()
                                        exitcode = portage.portage_exec.spawn(mycommand,
                                                env=settings.environ())
-                                       if exitcode in [0,1,2,3,4,11,14,20,21]:
+                                       if exitcode in [0,1,3,4,11,14,20,21]:
                                                break
                        elif exitcode in [1,3,4,11,14,20,21]:
                                break