eef33606ff233b6ce9afd612e89fe80b99744312
max
  Tue Mar 10 05:49:20 2026 -0700
Add redmineDump script to dump Redmine tickets as Markdown, refs #36890

Python script that reads redmine.apiKey from ~/.hg.conf, fetches a
ticket with all journals/attachments via the Redmine API, and outputs
the full discussion in Markdown. Supports --images to download
attachments to a temp directory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

diff --git src/utils/makefile src/utils/makefile
index f8fa90fac64..78e1964ee9f 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -199,30 +199,31 @@
 	ggGeneClasses \
 	ggGpmlToTab \
 	ggKgmlToTab \
 	ggMsrToTab \
 	ggPidToTab \
 	ggPpiToTab \
 	ggSpfToTab \
 	bedNamePickFirst \
 	bedBestTranscript \
 	genePredToBed \
 	cgiSmokeTest \
 	phegenToBed \
 	bigMaxPercDiff \
 	cancerMafToBigBed \
 	pq \
+	redmineDump \
 	bedAppendPaperInfo \
 	googleSheetToBigBed \
 	doClinvarLift \
 	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: