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

build-git-installers: update signing #613

Closed
wants to merge 6 commits into from

Commits on Oct 24, 2023

  1. build-git-installers: update macOS signing

    Update macOS component of build-git-installers workflow to use GitHub
    certificates for signing and notarization instead of ESRP.
    ldennington committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ccd0b10 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. build-git-installers: update Linux to use GPG signing

    Update the Linux component of the build-git-installers workflow to use GPG
    signing instead of ESRP.
    ldennington committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3c74af6 View commit details
    Browse the repository at this point in the history
  2. build-git-installers: update Windows to use Azure Code Signing

    Update Windows component of release workflow to use Azure Code Signing.
    ldennington committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9e52eb3 View commit details
    Browse the repository at this point in the history
  3. release: remove esrp-related scripts

    Remove scripts that were previously used to support ESRP signing.
    ldennington committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    96394a8 View commit details
    Browse the repository at this point in the history
  4. build-git-installers: publish gpg public key

    Update build-git-installers workflow to publish `microsoft/git`'s GPG public
    key as part of each release. Add explanation for how to use this key to verify
    the Debian package's signature to the README.
    ldennington committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b8afc9c View commit details
    Browse the repository at this point in the history
  5. windows-wip

    ldennington committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d35d59c View commit details
    Browse the repository at this point in the history