From: Zac Medico Date: Thu, 1 Mar 2007 22:21:30 +0000 (-0000) Subject: For consistency, remove exit code 2 (protocol incompatibility) from the other list... X-Git-Tag: v2.1.2.1~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4fbb4ef11b64c9f71f40cf2b471424568aa3b3c;p=portage.git For consistency, remove exit code 2 (protocol incompatibility) from the other list of rsync exit codes. (trunk r6116:6117) svn path=/main/branches/2.1.2/; revision=6118 --- diff --git a/bin/emerge b/bin/emerge index de8e90cf9..8d57b78bd 100755 --- a/bin/emerge +++ b/bin/emerge @@ -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