40f327f41b260347654737699c6bd001172a32cd hiram Tue Oct 21 10:56:59 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/pushRR/alphaBetaPush.pl src/hg/utils/otto/genArk/pushRR/alphaBetaPush.pl index f7c84cace1a..3cc6e68e597 100755 --- src/hg/utils/otto/genArk/pushRR/alphaBetaPush.pl +++ src/hg/utils/otto/genArk/pushRR/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/pushRR/logs/${Y}/${M}";