File tree Expand file tree Collapse file tree 9 files changed +513
-1083
lines changed
Expand file tree Collapse file tree 9 files changed +513
-1083
lines changed Original file line number Diff line number Diff line change 88#
99# =================================================================================================
1010
11- PROJECT_PROMPT_NAME=Norlab-Project-Template
12- #NBS_SPLASH_NAME=${NBS_SPLASH_NAME:-"${PROJECT_PROMPT_NAME}-build-system"}
11+ PROJECT_PROMPT_NAME=MG
12+
1313
1414# ....Programaticaly fetch source code information.................................................
1515PROJECT_GIT_REMOTE_URL="$( git remote get-url origin )"
@@ -21,13 +21,13 @@ PROJECT_SRC_NAME="$( basename ${PROJECT_PATH} )"
2121# Note: Those with "PROJECT_" prefix will get eventualy overiden in the case where N2ST is used
2222# as a library. Using generic testing logic require that environment variables with
2323# "PROJECT_" prefix be available.
24- PLACEHOLDER_PROMPT_NAME ="${PROJECT_PROMPT_NAME}"
25- PLACEHOLDER_GIT_REMOTE_URL ="${PROJECT_GIT_REMOTE_URL}"
26- PLACEHOLDER_GIT_NAME ="${PROJECT_GIT_NAME}"
27- PLACEHOLDER_PATH ="${PROJECT_PATH}"
28- PLACEHOLDER_SRC_NAME ="${PROJECT_SRC_NAME}"
24+ MG_PROMPT_NAME ="${PROJECT_PROMPT_NAME}"
25+ MG_GIT_REMOTE_URL ="${PROJECT_GIT_REMOTE_URL}"
26+ MG_GIT_NAME ="${PROJECT_GIT_NAME}"
27+ MG_PATH ="${PROJECT_PATH}"
28+ MG_SRC_NAME ="${PROJECT_SRC_NAME}"
2929
3030# ....Set dependencies path........................................................................
3131N2ST_PATH="${PROJECT_PATH}/utilities/norlab-shell-script-tools"
32- #NBS_PATH="${PROJECT_PATH}/utilities/norlab-build-system"
32+
3333
Original file line number Diff line number Diff line change 1212
1313# ....Repository wide code owner...................................................................
1414# These owners will be the default owners for everything in the repo.
15- * @ TNP_GIT_USER_NAME_PLACEHOLDER
15+ * @ RedLeader962
1616
1717# ....Core directories and files...................................................................
18- # /src/ @TNP_GIT_USER_NAME_PLACEHOLDER
19- # /tests/ @TNP_GIT_USER_NAME_PLACEHOLDER
20- # /README.md @TNP_GIT_USER_NAME_PLACEHOLDER
21- # /.env* @TNP_GIT_USER_NAME_PLACEHOLDER
18+ # /src/ @RedLeader962
19+ # /tests/ @RedLeader962
20+ # /README.md @RedLeader962
21+ # /.env* @RedLeader962
2222
2323# ....DevOps related...............................................................................
24- # /.github/ @TNP_GIT_USER_NAME_PLACEHOLDER
25- # /build_system/ @TNP_GIT_USER_NAME_PLACEHOLDER
26- # /.gitignore @TNP_GIT_USER_NAME_PLACEHOLDER
27- # /.gitmodules @TNP_GIT_USER_NAME_PLACEHOLDER
28- # /.dockerignore @TNP_GIT_USER_NAME_PLACEHOLDER
24+ # /.github/ @RedLeader962
25+ # /build_system/ @RedLeader962
26+ # /.gitignore @RedLeader962
27+ # /.gitmodules @RedLeader962
28+ # /.dockerignore @RedLeader962
Original file line number Diff line number Diff line change 11<component name =" ProjectRunConfigurationManager" >
2- <configuration default =" false" name =" open-a-terminal-in-ubuntu-container" type =" ShConfigurationType" folderName =" [TNP ] B | docker utilities" >
2+ <configuration default =" false" name =" open-a-terminal-in-ubuntu-container" type =" ShConfigurationType" folderName =" [MG ] B | docker utilities" >
33 <option name =" SCRIPT_TEXT" value =" docker run --privileged --name IamUbuntu-noble -it --rm ubuntu:24.04 bash" />
44 <option name =" INDEPENDENT_SCRIPT_PATH" value =" true" />
55 <option name =" SCRIPT_PATH" value =" " />
Original file line number Diff line number Diff line change 11<component name =" ProjectRunConfigurationManager" >
2- <configuration default =" false" name =" run-Bats-Tests-All" type =" ShConfigurationType" folderName =" [TNP ] A | bats tests" focusToolWindowBeforeRun =" true" >
2+ <configuration default =" false" name =" run-Bats-Tests-All" type =" ShConfigurationType" folderName =" [MG ] A | bats tests" focusToolWindowBeforeRun =" true" >
33 <option name =" SCRIPT_TEXT" value =" clear && bash tests/run_bats_core_test_in_n2st.bash tests/tests_bats/" />
44 <option name =" INDEPENDENT_SCRIPT_PATH" value =" true" />
55 <option name =" SCRIPT_PATH" value =" $PROJECT_DIR$/tests/run_bats_core_test_in_n2st.bash" />
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments