projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ee05a
)
For consistency, remove exit code 2 (protocol incompatibility) from the other list...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 1 Mar 2007 22:21:30 +0000
(22:21 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index de8e90cf9a5c99ff12c31e2c99505f0b77113435..8d57b78bdbd9399759881f95bca0644359829700 100755
(executable)
--- 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