projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2280d3b
)
Fix --sync maxretries calculation.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 7 Oct 2010 17:23:44 +0000
(10:23 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 7 Oct 2010 17:24:55 +0000
(10:24 -0700)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 2f0c0756a90019c604ef261c75906879d829b4ff..67663e68672c9a17a965e2c9259c772c69844b28 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-2119,7
+2119,7
@@
def action_sync(settings, trees, mtimedb, myopts, myaction):
effective_maxretries = maxretries
if effective_maxretries < 0:
- effective_maxretries = len(ips)
+ effective_maxretries = len(ips)
- 1
SERVER_OUT_OF_DATE = -1
EXCEEDED_MAX_RETRIES = -2