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

Replace altool with notarytool #1258

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

RebeccaMahany
Copy link
Contributor

@RebeccaMahany RebeccaMahany commented Jul 20, 2023

Relates to: #1257

altool will be deprecated this November; this PR updates to use notarytool instead.


// Falling out of the for loop means we never succeeded
return "", errors.New("Did not successfully submit for notarization")
return n.runNotarytool(ctx, filePath)
Copy link
Contributor

Choose a reason for hiding this comment

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

using Altool we had some retry logic, is notary tool more stable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think so? In test, I didn't see it fail, and I took guidance from endpoint-releaser, where we also don't use a retry with notarytool.

James-Pickett
James-Pickett previously approved these changes Jul 20, 2023
Copy link
Contributor

@directionless directionless left a comment

Choose a reason for hiding this comment

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

Seems fine. Thank you for picking it up

@RebeccaMahany RebeccaMahany merged commit 1719659 into kolide:main Jul 20, 2023
@RebeccaMahany RebeccaMahany deleted the becca/altool-deprecation branch July 20, 2023 22:01
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