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

Makes code-sign optional #9

Merged
merged 1 commit into from
Jul 4, 2020
Merged

Makes code-sign optional #9

merged 1 commit into from
Jul 4, 2020

Conversation

aminya
Copy link
Member

@aminya aminya commented Jul 4, 2020

Identify the Bug

Fixes #8

Description of the Change

Adds a SHOULD_SIGN env variable which allows skipping code signing when you are on the release branch. This allows building Atom without purchasing a code signing certificate. It is meant to facilitate the process of testing atom in the forks (particularly atom-community/atom)

Alternate Designs

Possible Drawbacks

Requires setting SHOULD_SIGN=true as an environment variable inside Azure.

Verification Process

Release Notes

N/A; this is a developer-facing change, not an end-user facing change.

Upstream PR: atom#21023

@aminya aminya merged commit fb46b32 into master Jul 4, 2020
@aminya aminya added the CI label Jul 9, 2020
@aminya aminya mentioned this pull request Jul 9, 2020
@aminya aminya linked an issue Jul 9, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sign built Atom packages, or delete CI steps requiring code signing Setting up Azure pipelines
1 participant