| Summary: | /usr/bin/pkg sleeps 4 seconds on fetch failures | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | cgull | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | ||||||
| Priority: | --- | ||||||
| Version: | 13.0-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
cgull
2022-04-21 22:11:56 UTC
Github issue mentioning the potential problem in `pkg`: https://github.com/freebsd/pkg/issues/2038#issue-1211610701 A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=60b92ba9323c2dd249ba3a3349b207c2d0b9d212 commit 60b92ba9323c2dd249ba3a3349b207c2d0b9d212 Author: John Hood <jhood@niksun.com> AuthorDate: 2022-04-21 21:39:14 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-07-28 15:55:13 +0000 /usr/sbin/pkg: don't sleep on fetch failure PR: 263458 usr.sbin/pkg/pkg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3cb757615f26c5a486b9dde1ba5c3df478ccfe60 commit 3cb757615f26c5a486b9dde1ba5c3df478ccfe60 Author: John Hood <jhood@niksun.com> AuthorDate: 2022-04-21 21:39:14 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-10-12 09:01:56 +0000 /usr/sbin/pkg: don't sleep on fetch failure PR: 263458 (cherry picked from commit 60b92ba9323c2dd249ba3a3349b207c2d0b9d212) usr.sbin/pkg/pkg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=fdf6f6babe6169261dd396c9bf966ab8a82a7c64 commit fdf6f6babe6169261dd396c9bf966ab8a82a7c64 Author: John Hood <jhood@niksun.com> AuthorDate: 2022-04-21 21:39:14 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-10-12 09:01:44 +0000 /usr/sbin/pkg: don't sleep on fetch failure PR: 263458 (cherry picked from commit 60b92ba9323c2dd249ba3a3349b207c2d0b9d212) usr.sbin/pkg/pkg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) |