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

SBT publish... and add tests to main itself #4

Merged
merged 8 commits into from
Aug 21, 2023
Merged

Conversation

arielshaqed
Copy link
Contributor

Added tests were reviewed in #1 but incorrectly merged.

The real diff here is in .sbt files.

@arielshaqed arielshaqed added the enhancement New feature or request label Aug 21, 2023
@arielshaqed arielshaqed mentioned this pull request Aug 21, 2023
@arielshaqed
Copy link
Contributor Author

I will pull with any reviewer's approval, unless otherwise requested!

Copy link

@Jonathan-Rosenberg Jonathan-Rosenberg left a comment

Choose a reason for hiding this comment

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

LGTM
Just one question (can merge if it's false)

credentials += Credentials(
"GnuPG Key ID",
"gpg",
"F638279A7281EE8EAE58C4B98D3CFE7E7D0262DA", // key identifier

Choose a reason for hiding this comment

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

is this supposed to be public?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, it's confusing and scary!

https://keyserver.ubuntu.com/pks/lookup?search=F638279A7281EE8EAE58C4B98D3CFE7E7D0262DA&fingerprint=on&op=index

It's the public key for lakeFS signing. We do the same in lakeFSFS.

Copy link
Contributor Author

@arielshaqed arielshaqed left a comment

Choose a reason for hiding this comment

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

Thanks for the caution! Much appreciated...

credentials += Credentials(
"GnuPG Key ID",
"gpg",
"F638279A7281EE8EAE58C4B98D3CFE7E7D0262DA", // key identifier
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, it's confusing and scary!

https://keyserver.ubuntu.com/pks/lookup?search=F638279A7281EE8EAE58C4B98D3CFE7E7D0262DA&fingerprint=on&op=index

It's the public key for lakeFS signing. We do the same in lakeFSFS.

@arielshaqed arielshaqed merged commit 6db9bea into main Aug 21, 2023
1 check passed
@arielshaqed arielshaqed deleted the chore/sbt-publish branch August 21, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants