Commit 67b4ed4d authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: remove get_tarball

parent 5344e29b
...@@ -54,13 +54,6 @@ LISTRPMARGS=$@ ...@@ -54,13 +54,6 @@ LISTRPMARGS=$@
} }
get_tarball()
{
# use wget with try=1 and timeout = 30 sec
wget -c -t 1 -T 30 "$1"
}
get_archive() get_archive()
{ {
#TODO: check for gz #TODO: check for gz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment