6570715c5cd53f3c7a71460a6806e13ade21909d lrnassar Mon Mar 16 09:07:31 2026 -0700 Removing redmineDump script as it was replaced by redmineCli, refs conversation with Max. diff --git src/utils/makefile src/utils/makefile index dec0369b7bf..4d1a2131c02 100644 --- src/utils/makefile +++ src/utils/makefile @@ -204,31 +204,30 @@ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ bigMaxPercDiff \ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ googleSheetToBigBed \ doClinvarLift \ codeReviewAi.py \ redmineCli \ - redmineDump \ browserRace \ ${USER_APP_SCRIPTS} # List of all directories to build ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS) # all: builds all utilities here all: $(ALL_APPS:%=%.all) $(USER_APP_SCRIPTS:%=%.userAppScript) %.all: cd $* && echo $* && $(MAKE) # userApps: builds the user application specific programs