Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPG sign downloader #7779

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

GPG sign downloader #7779

wants to merge 3 commits into from

Conversation

dlon
Copy link
Member

@dlon dlon commented Mar 7, 2025

Fix DES-1804


This change is Reviewable

Copy link

linear bot commented Mar 7, 2025

@dlon dlon force-pushed the gpg-sign-downloader branch from 7c128fa to 4cbd28f Compare March 7, 2025 15:46
Copy link
Member

@faern faern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion


installer-downloader/build.sh line 239 at r1 (raw file):

    # GPG sign .dmg
    if [[ "$SIGN" != "false" ]]; then
        gpg_sign "$dmg_path"

This lives under the exact same condition as above. Is there any reason why we don't instead just call gpg_sign directly after notarize_mac in the if body above?

@dlon dlon marked this pull request as ready for review March 10, 2025 15:20
@dlon dlon requested a review from faern March 10, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants