summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-01 22:21:30 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-01 22:21:30 +0000
commite4fbb4ef11b64c9f71f40cf2b471424568aa3b3c (patch)
treebfb9ea05026548f6a83bbedfa169f3164ebdd0f6 /bin
parent21ee05ad60cc90fdae20c1492252bd32fe90a090 (diff)
downloadportage-e4fbb4ef11b64c9f71f40cf2b471424568aa3b3c.tar.gz
portage-e4fbb4ef11b64c9f71f40cf2b471424568aa3b3c.tar.bz2
portage-e4fbb4ef11b64c9f71f40cf2b471424568aa3b3c.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
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