mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
more updates for change to coldtrack
This commit is contained in:
@ -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");
|
||||
|
||||
|
@ -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 ##
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user