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

SignRelease cherrypick #266

Merged
merged 44 commits into from
Jun 6, 2023
Merged

SignRelease cherrypick #266

merged 44 commits into from
Jun 6, 2023

Conversation

MyroTk
Copy link
Collaborator

@MyroTk MyroTk commented May 31, 2023

Adding the signing and sha256 files back to the build process.

@@ -11,6 +11,8 @@

CACHES_PATH = os.getenv("CACHES_PATH", TEMP_PATH)
CLOUDFLARE_TOKEN = os.getenv("CLOUDFLARE_TOKEN")
GPG_BINARY_SIGNING_KEY = os.getenv("GPG_BINARY_SIGNING_KEY")
Copy link
Member

Choose a reason for hiding this comment

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

doesn't that mean that signing keys are available to every other step too?

Copy link
Member

Choose a reason for hiding this comment

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

Maybe it is better to move that code to sign_release.py ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The signing keys are in the environment, so they are already available to all steps.
Will move the import.

Copy link
Member

@Enmk Enmk left a comment

Choose a reason for hiding this comment

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

LGTM

@MyroTk MyroTk merged commit 625d735 into customizations/22.8.15 Jun 6, 2023
Enmk pushed a commit that referenced this pull request Jun 22, 2023
Enmk added a commit that referenced this pull request Jun 24, 2023
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.

3 participants