4dcf108ba99ec6add9214f7e36b2041b2f950388
hiram
  Tue Oct 21 14:07:59 2025 -0700
indicate this is the obsolete copy refs #35575

diff --git src/hg/utils/otto/genArk/pushRR/pushRR.sh src/hg/utils/otto/genArk/pushRR/pushRR.sh
index 76e39ffac6b..181f431a004 100755
--- src/hg/utils/otto/genArk/pushRR/pushRR.sh
+++ src/hg/utils/otto/genArk/pushRR/pushRR.sh
@@ -1,22 +1,22 @@
 #!/bin/bash
 
 ######################################################################
 ###  this script from the source tree in:
 ###     src/hg/utils/otto/genArk/pushRR/pushRR.sh
-###  used in an otto cron job:
-###   03 01 * * * /hive/data/inside/GenArk/pushRR/pushRR.sh
+###  obsolete script, current copy is in:
+###   03 01 * * * /hive/data/inside/GenArk/pushRR.sh
 ######################################################################
 
 # exit on any error
 set -beEu -o pipefail
 
 export TOP="/hive/data/inside/GenArk/pushRR"
 cd "${TOP}"
 
 export expectHost="hgwdev"
 
 export hostName=$(hostname -s)
 if [[ "${hostName}" != "${expectHost}" ]]; then
   printf "ERROR: must run this on %s !  This is: %s\n" "${expectHost}" "${hostName}" 1>&2
   exit 255
 fi