-
Notifications
You must be signed in to change notification settings - Fork 9
Add deploy to our RPM/DEB S3 repositories #113
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
Conversation
It is better to use bundled small and msgpuck, because not all repositories have these packages. Part of #65 fixup: embedded small and msgpuck
Starting with fedora 33, the cmake build strategy has been changed to "out-of-source builds" by default (see [1]). Let's add support for the new behavior. [1] https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds Part of #65
d8ca31d
to
bf38f5a
Compare
.github/workflows/packaging.yml
Outdated
# We don't want to try to print secrets to the log, but we want | ||
# to print a "curl" command to see what's going on. | ||
CURL_CMD_ECHO="curl -LfsS \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: The comment is indented in a surprising way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I indent with CURL...
, Sublime does not decorates it as a comment. I decided not to argue Sublime.
I will read the documentation tomorrow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't test, but visually the patchset looks ok.
5162a50
to
cfd8069
Compare
No description provided.