more updates for change to coldtrack

This commit is contained in:
Tim Chamberlain
2023-04-20 14:22:26 -05:00
parent 2d81f24887
commit 8cc16d44e5
3 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ public class LogUtils
{
try
{
String packagesToKeep = "com.kingsrook|com.nutrifresh"; // todo - parameterize!!
String packagesToKeep = "com.kingsrook|com.coldtrack"; // todo - parameterize!!
StringBuilder rs = new StringBuilder();
String[] lines = stackTrace.split("\n");

View File

@ -24,7 +24,7 @@ if [ -z "$1" ]; then
DO_QQQ=1
else
for arg in ${@}; do
if [ "$arg" == "--ct-live" -o "$arg" == "--nf-one" ]; then
if [ "$arg" == "--ct-live" -o "$arg" == "--ct-live" ]; then
DO_CT_LIVE=1
elif [ "$arg" == "--qqq" ]; then
DO_QQQ=1
@ -60,7 +60,7 @@ CTL_OP_LOCATION="op://NF-One-Development/"
##################################################
QQQ_FRONTEND_MATERIAL_DASHBOARD_REPO_NAME="qqq-frontend-material-dashboard"
QQQ_PROJECT_NAME="qqq"
CT_LIVE_REPO_NAME="Nutrifresh-One"
CT_LIVE_REPO_NAME="ColdTrack-Live"
########################################################
## qqq modules which need environments setup for them ##

View File

@ -47,7 +47,7 @@ checkBuild()
qqq) shortRepo="qqq";;
qqq-frontend-core) shortRepo="f'core";;
qqq-frontend-material-dashboard) shortRepo="m-db";;
Nutrifresh-One) shortRepo="nf1";;
ColdTrack-Live) shortRepo="ctl";;
Nutrifresh-One-Scripts) shortRepo="nf1-scr";;
esac