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

Support releasing non-core checks #6805

Merged
merged 1 commit into from
Jun 3, 2020
Merged

Support releasing non-core checks #6805

merged 1 commit into from
Jun 3, 2020

Conversation

ofek
Copy link
Contributor

@ofek ofek commented Jun 2, 2020

Motivation

We'll need this soon

repo_choice = ctx.obj['repo_choice']

# Signing is done by a pipeline in a separate commit
if repo_choice != 'core' and not sign_only:
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm probably missing some background, but why does it make sense to be able to run a make --sign-only on extras?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

--sign-only would be used only by the signer bot

Copy link
Member

Choose a reason for hiding this comment

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

My assumption here is so that the auto-signing bot can leverage ddev directly, correct @ofek ?
Otherwise we would need a separate logic to create the signing JSON files.

Copy link
Member

@FlorianVeaux FlorianVeaux left a comment

Choose a reason for hiding this comment

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

Looks great 💯

@ofek ofek merged commit 0fd3a0a into master Jun 3, 2020
@ofek ofek deleted the ofek/r branch June 3, 2020 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants