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

Add script for generating deb / rpm packages #955

Merged
merged 1 commit into from
Mar 22, 2018

Conversation

cdrage
Copy link
Member

@cdrage cdrage commented Mar 8, 2018

Adds a script to generate deb / rpm packages on release day.

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 8, 2018
@@ -56,6 +57,11 @@ requirements() {
exit 0
fi

if ! hash fpm 2>/dev/null; then
echo "ERROR: rpm required to generate deb/rpm packages. Please run 'gem install fpm"
Copy link
Contributor

Choose a reason for hiding this comment

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

rpm --> fpm?

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah you're right 👍

Adds a script to generate deb / rpm packages on release day.
@cdrage cdrage merged commit ff97e41 into kubernetes:master Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants