Commit 6518f683 authored by Vitaly Lipatov's avatar Vitaly Lipatov

Revert "epm-download: always download rpm packages on ALT directly"

This reverts commit 0e3e1e79.
parent fccc4c27
...@@ -36,10 +36,9 @@ __use_url_install() ...@@ -36,10 +36,9 @@ __use_url_install()
#esac #esac
case $PMTYPE in case $PMTYPE in
apt-rpm) #apt-rpm)
# we need check rpm package (skip scripts).FIXME: can apt skip scripts? # pkg_names="$pkg_names $pkg_urls"
pkg_names="$pkg_names $pkg_urls" # ;;
;;
#deepsolver-rpm) #deepsolver-rpm)
# pkg_names="$pkg_names $pkg_urls" # pkg_names="$pkg_names $pkg_urls"
# ;; # ;;
......
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