Commit a377766a authored by Vitaly Lipatov's avatar Vitaly Lipatov

1.4.3-alt1

- rewrite code without bashisms - search colorifer: fix colorifing all args - epm: use eatmydata if installed (set EPMNOEATMYDATA for skip) - add initial support for epm conflicts - whatdepends/whatprovides: all use exists files as goals - add epmsf as link to epm sf command - epm: normalize options - epmql (epm-filelist): add support for list files of the remote packages
parent 298e8f87
...@@ -50,6 +50,7 @@ __epm_filelist_remote() ...@@ -50,6 +50,7 @@ __epm_filelist_remote()
case $PMTYPE in case $PMTYPE in
apt-rpm) apt-rpm)
# TODO: use RESTful interface to prometeus? See ALT bug #29496
docmd_foreach local_content_filelist $@ docmd_foreach local_content_filelist $@
;; ;;
*) *)
......
...@@ -22,7 +22,7 @@ load_helper epm-search ...@@ -22,7 +22,7 @@ load_helper epm-search
epm_query_package() epm_query_package()
{ {
[ -n "$pkg_filenames" ] || fatal "Please, use search with some argument" [ -n "$pkg_filenames" ] || fatal "Please, use search with some argument or run epmqa for get all packages."
# FIXME: do it better # FIXME: do it better
local MGS=$(eval __epm_search_make_grep $quoted_args) local MGS=$(eval __epm_search_make_grep $quoted_args)
EXTRA_SHOWDOCMD=$MGS EXTRA_SHOWDOCMD=$MGS
......
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