src/utils/qa/updateTimesDb.csh 1.5
1.5 2009/03/21 00:29:25 rhead
Changed host hgwbeta to host hgofbeta.
Index: src/utils/qa/updateTimesDb.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/updateTimesDb.csh,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/qa/updateTimesDb.csh 8 Dec 2005 19:02:41 -0000 1.4
+++ src/utils/qa/updateTimesDb.csh 21 Mar 2009 00:29:25 -0000 1.5
@@ -44,9 +44,9 @@
# these files of table names are used by other programs,
# including proteins.csh:
hgsql -N -e "SHOW TABLES" $db | sort > $db.tables
-hgsql -N -h hgwbeta -e "SHOW TABLES" $dbBeta | sort > $dbBeta.beta.tables
+hgsql -N -h hgofbeta -e "SHOW TABLES" $dbBeta | sort > $dbBeta.beta.tables
echo "getting update times: $db"
echo "getting update times: $dbBeta"
echo
@@ -59,9 +59,9 @@
echo "using same database name for beta as for dev: " $db
else
echo "using databases: dev: $db beta: $dbBeta"
endif
- set beta=`hgsql -h hgwbeta -N -e 'SHOW TABLE STATUS LIKE "'$table'"' \
+ set beta=`hgsql -h hgofbeta -N -e 'SHOW TABLE STATUS LIKE "'$table'"' \
$dbBeta | awk '{print $13, $14}'`
echo "."$dev
echo "."$beta
echo
@@ -84,13 +84,13 @@
set dev=`hgsql -N -e 'SHOW TABLE STATUS LIKE "'$table'"' $db \
| awk '{print $13, $14}'`
if ($dbBeta == "") then
echo "using same database name for beta as for dev: " $db
- set beta=`hgsql -h hgwbeta -N -e 'SHOW TABLE STATUS LIKE "'$table'"' \
+ set beta=`hgsql -h hgofbeta -N -e 'SHOW TABLE STATUS LIKE "'$table'"' \
$db | awk '{print $13, $14}'`
else
echo "using databases: dev: $db beta: $dbBeta"
- set beta=`hgsql -h hgwbeta -N -e 'SHOW TABLE STATUS LIKE "'$table'"' \
+ set beta=`hgsql -h hgofbeta -N -e 'SHOW TABLE STATUS LIKE "'$table'"' \
$dbBeta | awk '{print $13, $14}'`
endif
echo "."$dev
echo "."$beta