Commit a7829414 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repo: fix set

parent 6c3865ac
...@@ -41,10 +41,10 @@ epm_repo() ...@@ -41,10 +41,10 @@ epm_repo()
epm_repofix "$@" epm_repofix "$@"
;; ;;
set) # HELPCMD: <mirror>: remove all existing sources and add mirror for the branch set) # HELPCMD: <mirror>: remove all existing sources and add mirror for the branch
epm repo clean epm repo rm all
epm addrepo "$@" epm addrepo "$@"
;; ;;
clean) # HELPCMD: remove temp. repos clean) # HELPCMD: remove temp. repos (tasks and CD-ROMs)
# TODO: check for ALT # TODO: check for ALT
sudocmd apt-repo $dryrun clean sudocmd apt-repo $dryrun clean
;; ;;
......
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