89d738beff2c63765e2b6b4bc89412c621246b33
max
  Thu Sep 3 12:25:02 2026 -0700
snapshotSession: rename the snapshot "reaper" to "cleaner"

Renames the snapshotReaper utility to snapshotCleaner and drops the word
"reap" from the API and comments (snapshotReapAnon -> snapshotCleanAnon, and
the doc/usage text now say clean/cleaned/cleaner).  No behavior change.

refs #38197

diff --git src/hg/utils/makefile src/hg/utils/makefile
index 82a4043b83f..f17d7e9c3f1 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -85,31 +85,31 @@
 	rts \
 	blatServersCheck \
 	buildReleaseLog \
 	checkUrlsInTable \
 	geoMirrorNode \
 	hubCrawl \
 	makeTrackIndex \
 	mysqlSecurityCheck \
 	phyloRenameAndPrune \
 	pslFixCdsJoinGap \
 	pslMismatchGapToBed \
 	pslUniq \
 	refSeqGet \
 	safePush \
 	scaffoldFaToAgp \
-	snapshotReaper \
+	snapshotCleaner \
 	toDev64 \
 	vcfRenameAndPrune \
 	vcfToHgvs \
 	wigBedToStep
 
 TEST_DIRS = \
 	bedMergeAdjacent \
 	bedPartition \
 	genePredFilter \
 	genePredToProt \
 	gff3ToGenePred \
 	gff3ToPsl \
 	gtfToGenePred \
 	hgvsToVcf \
 	hubCheck \