8d9d8756a819939ab5546289d7722489fbdab44c hiram Tue Oct 21 10:42:12 2025 -0700 this should only push out to hgwbeta and hgw0, does not need to push to the RR, that is cluster admin territory refs #35575 diff --git src/hg/utils/otto/genArk/alphaBetaPush.pl src/hg/utils/otto/genArk/alphaBetaPush.pl index 9df192ad648..16436fce83b 100755 --- src/hg/utils/otto/genArk/alphaBetaPush.pl +++ src/hg/utils/otto/genArk/alphaBetaPush.pl @@ -1,22 +1,22 @@ #!/usr/bin/env perl use strict; use warnings; use File::Basename; -my @machList = qw( hgw0 hgw1 hgw2 Genome-Browser-Mirror-3.dhcp.uni-bielefeld.de ); +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; } my $DS = `date "+%F"`; chomp $DS; my $TS = `date "+%T"`; chomp $TS; my $Y = `date "+%Y"`; chomp $Y; my $M = `date "+%m"`; chomp $M; my $logDir = "/hive/data/inside/genArk/logs/${Y}/${M}";