17859fc49832ff3dc8144ea2ca5f59250050fb03
hiram
  Tue Oct 21 14:03:04 2025 -0700
indicate where these scripts come from in the source tree refs #35575

diff --git src/hg/utils/otto/genArk/pushRR/alphaBetaPush.pl src/hg/utils/otto/genArk/pushRR/alphaBetaPush.pl
index 3cc6e68e597..158864257ca 100755
--- src/hg/utils/otto/genArk/pushRR/alphaBetaPush.pl
+++ src/hg/utils/otto/genArk/pushRR/alphaBetaPush.pl
@@ -1,17 +1,23 @@
 #!/usr/bin/env perl
 
+##############################################################
+### this script from the source tree in:
+###     src/hg/utils/otto/genArk/pushRR/alphaBetaPush.pl
+### obsolete script as of 30 July 2025 - replaced by other processes
+##############################################################
+
 use strict;
 use warnings;
 use File::Basename;
 
 my @machList = qw( hgw0 );
 
 my $expectName = "hgwdev";
 my $hostName = `hostname -s`;
 chomp $hostName;
 
 if ($hostName ne $expectName) {
   printf STDERR "ERROR: must run this on %s !  This is: %s\n", ${expectName}, ${hostName};
   exit 255;
 }