Bug 265697 - Add Go Team account to Bugzilla
Summary: Add Go Team account to Bugzilla
Status: Closed FIXED
Alias: None
Product: Services
Classification: Unclassified
Component: Bug Tracker (show other bugs)
Version: unspecified
Hardware: Any Any
: --- Affects Some People
Assignee: Kubilay Kocak
URL: https://cgit.freebsd.org/ports/tree/M...
Keywords: dogfood, easy
Depends on:
Blocks:
 
Reported: 2022-08-07 20:20 UTC by Yuri Victorovich
Modified: 2023-06-21 19:27 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-08-07 20:20:29 UTC
I tried to assign go@FreeBSD.org to one bug but Bugzilla doesn't know it.

go@FreeBSD.org is a maintainer of some modules, see here: https://cgit.freebsd.org/ports/tree/Mk/Uses/go.mk#n56go@FreeBSD.org

There should be such group.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2022-08-07 20:22:41 UTC
https://cgit.freebsd.org/ports/tree/Mk/Uses/go.mk#n56
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2022-09-15 00:34:38 UTC
Account created, thank you for the report Yuri and apologies for the delay.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2022-09-15 02:06:38 UTC
(In reply to Kubilay Kocak from comment #2)

Thank you!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-06-14 18:32:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=bcf9147144f3499976a623f92712ecd0aca71912

commit bcf9147144f3499976a623f92712ecd0aca71912
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-06-07 22:17:12 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-06-14 18:31:10 +0000

    EC2: Default to "uefi-preferred" boot mode

    In EC2, UEFI boots faster than BIOS, but not all amd64 instance types
    support UEFI.  AMIs need to have their boot mode designated, which
    created a dilemma: Faster boots, or wider compatibility?

    The recently added "uefi-preferred" option solves this: AMIs can be
    marked to use UEFI where it's available, but fall back to BIOS on
    instance types which do not support UEFI.

    This uses bsdec2-image-upload 1.4.6, which recently landed in the
    ports tree.

    PR:             265697
    Reviewed by:    delphij, imp
    MFC after:      1 week
    Sponsored by:   https://www.patreon.com/cperciva
    Differential Revision:  https://reviews.freebsd.org/D40470

 release/Makefile.ec2 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
Comment 5 Mina Galić freebsd_triage 2023-06-15 12:24:35 UTC
(In reply to commit-hook from comment #4)
this commit looks mismatched.
The correct one is https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264697
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-06-21 19:27:05 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=1178acf46604c54e2661284af17452c4db6b2f6f

commit 1178acf46604c54e2661284af17452c4db6b2f6f
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-06-07 22:17:12 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-06-21 19:26:00 +0000

    EC2: Default to "uefi-preferred" boot mode

    In EC2, UEFI boots faster than BIOS, but not all amd64 instance types
    support UEFI.  AMIs need to have their boot mode designated, which
    created a dilemma: Faster boots, or wider compatibility?

    The recently added "uefi-preferred" option solves this: AMIs can be
    marked to use UEFI where it's available, but fall back to BIOS on
    instance types which do not support UEFI.

    This uses bsdec2-image-upload 1.4.6, which recently landed in the
    ports tree.

    PR:             265697
    Reviewed by:    delphij, imp
    MFC after:      1 week
    Sponsored by:   https://www.patreon.com/cperciva
    Differential Revision:  https://reviews.freebsd.org/D40470

    (cherry picked from commit bcf9147144f3499976a623f92712ecd0aca71912)

 release/Makefile.ec2 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)