enhance: restore SRC_ROOT to setup-cms.sh - #1107
Merged
Merged
Conversation
TACC/Core-CMS-Custom changes this variable. Having it here introduces parity.
Review Summary by QodoRestore SRC_ROOT variable to setup-cms.sh for parity
WalkthroughsDescription• Introduce SRC_ROOT variable for source directory management • Allow TACC/Core-CMS-Custom to adjust source root independently • Replace PROJECT_ROOT with SRC_ROOT in file operations • Maintain PROJECT_ROOT for Docker build/start commands Diagramflowchart LR
A["setup-cms.sh"] -->|"Define SRC_ROOT"| B["SRC_ROOT variable"]
B -->|"Use in file ops"| C["File downloads & paths"]
B -->|"Use in cd commands"| D["Directory navigation"]
A -->|"Keep PROJECT_ROOT"| E["Docker operations"]
E -->|"make build/start"| F["Container management"]
File Changes1. bin/setup-cms.sh
|
Code Review by Qodo
1. SRC_ROOT diverges from /code
|
Member
Author
|
Qodo, they are the same. If they differ, build output would be in… well, for this repo, maybe still project root. Okay, I yield. Changed in c925039. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Restore
SRC_ROOTtosetup-cms.sh. TACC/Core-CMS-Custom changes this variable. Having it here introduces parity.Related