-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix SCRIPT_DIR link Fix style issues in build_aws script: * remove unnecessary braces * replace tabs with spaces * update client build script name * was build_client.sh * now build_dss_client.sh * Fix typo * Update README.md Update name of aws-sdk-cpp RPM * fix spacing * Update README - prioritize docker build - update build deps * Refactor build_aws-sdk.sh - add check if RPM is already built and skip - add check if RPM is already installed and fail - use RPMBUILD_DIR var - clone single branch - avoid needless double clone - use ARTIFACT var instead of static string * Update README - deemphasize native build - promote Docker build - Reword intro for clarity - Improve native build flow - Streamline deps install * replace tab with space * Remove UFM - remove deps from README - remove artifacts from dss-sdk build script - remove deps from dockerfile * Update commit IDs to remove UFM * Add missing yamllint. - fix double pip install * add .vscode to gitignore * Update commit IDs
- Loading branch information
Showing
16 changed files
with
110 additions
and
118 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
go_* | ||
*.tgz | ||
.vscode |
This file contains 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
Submodule dss-ansible
updated
43 files
Submodule dss-ecosystem
updated
2 files
+5 −0 | dss_client/scripts/build.sh | |
+29 −18 | dss_metrics/nvmftarget_collector.py |
Submodule dss-sdk
updated
3 files
+1 −4 | .gitlab-ci.yml | |
+1 −4 | buildspec/dss-sdk.yml | |
+6 −6 | scripts/build_all.sh |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.