-
Notifications
You must be signed in to change notification settings - Fork 950
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
bugfix: make rpm package script works #2100
bugfix: make rpm package script works #2100
Conversation
hack/install/install_runc.sh | ||
|
||
.PHONY: download-dependencies | ||
download-dependencies: package-dependencies ## install dumb-init, local-persist, nsenter and CI tools dependencies |
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 think we should change .travis.yml or .circle.yml
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.
sure, I have updated .travis.yml with Makefile changes.
75513c2
to
6337ee7
Compare
Makefile: split download-dependencies into package-dependencies and download-dependencies for reusing codes in packaging. .travis.yml: hack/package/rpm/build.sh: synchronize changes with Makefile Signed-off-by: Alex Jia <[email protected]>
6337ee7
to
9c3d7db
Compare
Codecov Report
@@ Coverage Diff @@
## master #2100 +/- ##
==========================================
+ Coverage 65.14% 65.17% +0.03%
==========================================
Files 208 208
Lines 16407 16407
==========================================
+ Hits 10688 10694 +6
+ Misses 4388 4385 -3
+ Partials 1331 1328 -3
|
LGTM |
Makefile: split download-dependencies into package-dependencies and
download-dependencies for reusing codes in packaging.
hack/package/rpm/build.sh: synchronize Makefile changes
Signed-off-by: Alex Jia [email protected]
Ⅰ. Describe what this PR did
as summary
Ⅱ. Does this pull request fix one issue?
None
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
None
Ⅳ. Describe how to verify it
https://github.com/alibaba/pouch/tree/master/hack/package
Ⅴ. Special notes for reviews