Skip to content

Commit

Permalink
switch db/Makefile to wget --timeout instead of relying on timeout co…
Browse files Browse the repository at this point in the history
  • Loading branch information
mach327 committed Apr 21, 2018
1 parent ec7550d commit 7e4ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Makefile
Expand Up @@ -32,7 +32,7 @@ dmrmarc2.tmp: dmrmarc.tmp
awk -F, -f insert_nick.awk <$< >$@

dmrmarc.tmp:
timeout 120 wget --no-check-certificate --wait=3 'https://dmr-marc.net/static/users.csv' -O $@
wget --timeout=120 --no-check-certificate --wait=3 'https://dmr-marc.net/static/users.csv' -O $@

reflector.tmp:
curl $(CURL_FLAGS) 'http://registry.dstar.su/reflector.db' | perl -pe '$$_ = "" if ( $$. == 1 ); s#@#,#; s#@.*#,,,,,,#' >$@
Expand Down

0 comments on commit 7e4ad60

Please sign in to comment.