Download:
child 34:428b6494315c
parent 32:1a20eb26c5df
33:575262e0eacb
Anton Shestakov <av6@dwimlabs.net>, Wed, 10 Jun 2015 07:10:36 +0800
update.sh: skip pulling and benching zero nodes, but retry some old

1 файлов изменено, 5 вставок(+), 2 удалений(-) [+]
update.sh file | annotate | diff | comparison | revisions
--- a/update.sh Thu May 28 21:04:38 2015 +0800
+++ b/update.sh Wed Jun 10 07:10:36 2015 +0800
@@ -5,5 +5,8 @@
export HGPLAIN
nodes=`./data/newesthg/hg incoming -R ./data/testhg --quiet -T '{node}\n'`
-./data/newesthg/hg pull -R ./data/testhg
-./bench.py $nodes
+if [ "$nodes" ] ; then
+ ./data/newesthg/hg pull -R ./data/testhg
+ ./bench.py $nodes
+fi
+./bench.py --retry $nodes