This repository was archived by the owner on Dec 2, 2021. It is now read-only.
Update to use current packaging standards#234
Merged
frostedcmos merged 2 commits intodaos_devel1from Oct 7, 2019
Merged
Conversation
Also generally sync with DAOS build. Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
d7be2e8 to
1c8b145
Compare
JohnMalmberg
reviewed
Oct 7, 2019
| # Pull base image | ||
| FROM opensuse/leap:15.0 | ||
| FROM opensuse/leap:15 | ||
| MAINTAINER Johann Lombardi <johann.lombardi@intel.com> |
Also, remove pmix from the list of repos now that it's in Nexus. Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
Collaborator
|
Test stage Single-node-valgrind completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/cart//view/change-requests/job/PR-234/3/testReport/(root)/ |
JohnMalmberg
approved these changes
Oct 7, 2019
jolivier23
approved these changes
Oct 7, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have new standards for packaging that include "clean room" building in chroots to detect badly configured packages.
Update CaRT to use those standards as well as generally syncing the CaRT build process back up with DAOS.