projects
/
bin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c9fab
)
* Indicate when we fail that we're failing
author
Don Armstrong
<don@donarmstrong.com>
Sun, 17 Feb 2008 02:31:03 +0000
(
02:31
+0000)
committer
Don Armstrong
<don@donarmstrong.com>
Sun, 17 Feb 2008 02:31:03 +0000
(
02:31
+0000)
get_sgf
patch
|
blob
|
history
diff --git
a/get_sgf
b/get_sgf
index 973550d98fcc7312fd68a057e0b1204625c9fd38..b6d41534a34c29742eb5d7d11a083af8d801cabb 100755
(executable)
--- a/
get_sgf
+++ b/
get_sgf
@@
-138,8
+138,9
@@
for my $url (@ARGV) {
$m->save_content('temp.ps');
last VALID_LOOP;
}
+ print STDERR "Failure to download content, waiting 180 seconds\n";
$m = $state;
- } while (sleep
3
0);
+ } while (sleep
18
0);
}
system('gzip','temp.ps');
system("$ENV{HOME}/bin/sgf_rename",'temp.sgf');