Commit d6927148 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repo save/restore: add to help, change work dir

parent 0417a035
......@@ -76,11 +76,11 @@ epm_repo()
# TODO: check for ALT
sudocmd apt-repo $dryrun clean
;;
save)
save) # HELPCMD: save sources lists to a temp place
load_helper epm-reposave
epm_reposave "$@"
;;
restore)
restore) # HELPCMD: restore sources lists from a temp place
load_helper epm-reposave
epm_reporestore "$@"
;;
......
......@@ -21,7 +21,7 @@ load_helper epm-sh-altlinux
# under root only
SAVELISTDIR=/tmp/eepm-etc-save
SAVELISTDIR=$epm_vardir/eepm-etc-save
__save_alt_repo_lists()
{
assure_root
......
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