Summary: | Fix PORTAGE_RSYNC_RETRIES setting functionality in =sys-apps/portage-2.1* [PATCH] | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Gordon Malm (RETIRED) <gengor> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | cwprogram, esigra, gengor, zmedico |
Priority: | Normal | Keywords: | InVCS |
Version: | 2.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 240187, 631448 | ||
Attachments: |
Fix PORTAGE_RSYNC_RETRIES functionality
portage-2.2.20.1-fix-rsync-retries.patch |
Description
Gordon Malm (RETIRED)
![]() Created attachment 367454 [details, diff]
Fix PORTAGE_RSYNC_RETRIES functionality
I hope I put this ticket in the right place, please feel free to move it if I didn't. Created attachment 428380 [details, diff]
portage-2.2.20.1-fix-rsync-retries.patch
It's been awhile, but an updated patch is now available for this issue. I'm providing it on behalf of Gordon since his retired status is preventing bug updates (email address wise). Let me know if there's any questions or alterations needed for this.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=c7c04b4f4f4f5e6f18ad76366b535dcbad72989e commit c7c04b4f4f4f5e6f18ad76366b535dcbad72989e Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2017-10-27 19:40:01 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2017-10-27 19:42:44 +0000 RsyncSync: fix PORTAGE_RSYNC_RETRIES (bug 497596) When PORTAGE_RSYNC_RETRIES is set to a positive integer, recycle the uris until the specified number of retries has been exhausted. Bug: https://bugs.gentoo.org/497596 pym/portage/sync/modules/rsync/rsync.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)} |