stonedb
stonedb copied to clipboard
feat(scripts): remove hard code for abs path "/stonedb57/install"
Summary about this PR
After fix abs path during install, you can set path using install_target=YOUR_PATHl, for default we use install_target="pwd/../build/install`" in scripts/stonedb_build.sh or just set path using cmake directly like:
cmake
-DCMAKE_INSTALL_PREFIX=${install_target}
-DSYSCONFDIR=${install_target}
...
Issue Number: close #336
Tests Check List
- [ ] Unit test
- [ ] Integration test
- [x] Manual test (add detailed scripts or steps below)
- [ ] No code
Changelog
- [x] New Feature
- [ ] Bug Fix
- [ ] Improvement
- [ ] Performance Improvement
- [ ] Build/Testing/CI/CD
- [ ] Documentation
- [ ] Not for changelog (changelog entry is not required)
Documentation
- [ ] Affects user behaviors
- [ ] Contains syntax changes
- [ ] Contains variable changes
- [ ] Contains experimental features
This pull request's title should follow requirements next. @hustjieke please check it :point_down:.
Valid format:
fix(vc): fix sth..... (#3306)
^ ^---------^ ^----^
| | |
| + +-> you issue id.
| |
| +-> Summary in present tense.
|
+-------> Type: feat, fix, docs, workflow, style, refactor, test, website, chore
Valid types:
feat: new feature for stonedbfix: bug fix for stonedbdocs: changes to the documentationworkflow: ci/cd in .githubrefactor: refactoring production code, eg. renaming a variablestyle: formatting, missing semi colons, etc; no production code changetest: adding missing tests, refactoring tests; no production code changewebsitechore: updating grunt tasks etc; no production code change
Thanks for the contribution! I have applied any labels matching special text in your PR Changelog.
Please review the labels and make any necessary changes.