src/hg/encode/encodeStatus/encodeStatus.pl 1.7
1.7 2009/04/23 19:48:50 larrym
use hgsql --host option instead of doing a ssh
Index: src/hg/encode/encodeStatus/encodeStatus.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeStatus/encodeStatus.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/encode/encodeStatus/encodeStatus.pl 10 Apr 2009 17:57:02 -0000 1.6
+++ src/hg/encode/encodeStatus/encodeStatus.pl 23 Apr 2009 19:48:50 -0000 1.7
@@ -77,9 +77,9 @@
# We probably s/d change the code to just run this once we enter production phase (if $instance eq 'prod')
print <<END;
You must execute this command to add the pushQ entry:
-cat $pushQFile | ssh -x hgsqlbeta hgsql -N qapushq
+hgsql --host=hgsqlbeta qapushq < cat $pushQFile
END
} else {
die "Can't find pushQFile '$pushQFile'";
}