Commit 984c066b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-check_updated_repo: stop autoupdate repo info

parent cd2ea3a5
...@@ -52,6 +52,8 @@ __is_repo_info_uptodate() ...@@ -52,6 +52,8 @@ __is_repo_info_uptodate()
update_repo_if_needed() update_repo_if_needed()
{ {
# TODO: needs careful testing
return
# check if we need skip update checking # check if we need skip update checking
if [ "$1" = "soft" ] && ! set_sudo nofail ; then if [ "$1" = "soft" ] && ! set_sudo nofail ; then
# if sudo requires a password, skip autoupdate # if sudo requires a password, skip autoupdate
......
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