Commit 722b6b37 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm filelist: check BASEDISTRNAME for alt

parent 2b839f06
...@@ -56,11 +56,15 @@ __epm_filelist_remote() ...@@ -56,11 +56,15 @@ __epm_filelist_remote()
{ {
[ -z "$*" ] && return [ -z "$*" ] && return
case $PMTYPE in case $BASEDISTRNAME in
apt-rpm) alt)
# TODO: use RESTful interface to prometeus? See ALT bug #29496 # TODO: use RESTful interface to prometeus? See ALT bug #29496
docmd_foreach __alt_local_content_filelist "$@" docmd_foreach __alt_local_content_filelist "$@"
return
;; ;;
esac
case $PMTYPE in
apt-dpkg) apt-dpkg)
assure_exists apt-file || return assure_exists apt-file || return
if sudo_allowed ; then if sudo_allowed ; then
......
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