d122f99d0953b764550091651e882f03af2453fb lrnassar Wed Jan 24 14:05:59 2024 -0800 Adding new script that parses track counts to report either 1. The amount of usage over a period of time, or 2. Report a number of tracks under a certain threshold. This is to be used in determining tracks that we should hide, nest, depracate or archive. Refs #32813 diff --git src/utils/qa/makefile src/utils/qa/makefile index eb963e4..642c41b 100644 --- src/utils/qa/makefile +++ src/utils/qa/makefile @@ -138,24 +138,25 @@ cp -p --remove-destination qaTestScript.py ${SCRIPTS} cp -p --remove-destination qaThis.csh ${SCRIPTS} cp -p --remove-destination realTime.csh ${SCRIPTS} cp -p --remove-destination removeAlphas ${SCRIPTS} cp -p --remove-destination retirePushQ.csh ${SCRIPTS} cp -p --remove-destination runBits ${SCRIPTS} cp -p --remove-destination runCheckHgFindSpec ${SCRIPTS} cp -p --remove-destination runJoiner.csh ${SCRIPTS} cp -p --remove-destination runQaAutoTrack.sh ${SCRIPTS} cp -p --remove-destination searchedTermsCron.py ${SCRIPTS} cp -p --remove-destination sessionStats.csh ${SCRIPTS} cp -p --remove-destination showLastGit.csh ${SCRIPTS} cp -p --remove-destination showProcesslist.csh ${SCRIPTS} cp -p --remove-destination staticpaths ${SCRIPTS} cp -p --remove-destination syncAday.csh ${SCRIPTS} + cp -p --remove-destination trackCountsParse ${SCRIPTS} cp -p --remove-destination trackDbGlobal.csh ${SCRIPTS} cp -p --remove-destination updateTimes.csh ${SCRIPTS} cp -p --remove-destination updateTimesDb.sh ${SCRIPTS} cp -p --remove-destination userLookup ${SCRIPTS} cp -p --remove-destination whoMadeIt.csh ${SCRIPTS} @echo Reminder: was your sandbox up to date? clean:: @echo nothing to clean in src/utils/qa/