Commit d4c4819e authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: allow https urls

parent 502a1766
......@@ -245,7 +245,7 @@ do
# FIXME: gear-update can use any tarball
repack_tarball "$(basename "$GETSOURCEURL")" "$FTB"
else
rhas "$GETSOURCE" "p://" || fatal "$GETSOURCE is not URL"
rhas "$GETSOURCE" "ps?://" || fatal "$GETSOURCE is not URL"
download_any_tarball "$GETSOURCE" "$FTB"
# TODO: fix download single packed file
#else
......
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