Commit 018c648e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-removerepo: s/remove/removing in info

parent b86769e0
...@@ -88,25 +88,25 @@ __epm_removerepo_alt() ...@@ -88,25 +88,25 @@ __epm_removerepo_alt()
case "$1" in case "$1" in
autoimports) autoimports)
info "remove autoimports repo" info "removing autoimports repo"
[ -n "$DISTRVERSION" ] || fatal "Empty DISTRVERSION" [ -n "$DISTRVERSION" ] || fatal "Empty DISTRVERSION"
repo="autoimports.$branch" repo="autoimports.$branch"
__epm_removerepo_alt_grepremove "$repo/" __epm_removerepo_alt_grepremove "$repo/"
;; ;;
archive) archive)
info "remove archive repos" info "removing archive repos"
__epm_removerepo_alt_grepremove "archive/" __epm_removerepo_alt_grepremove "archive/"
;; ;;
korinf) korinf)
info "remove korinf repo" info "removing korinf repo"
__epm_removerepo_alt_grepremove "Korinf/" __epm_removerepo_alt_grepremove "Korinf/"
;; ;;
cdroms) cdroms)
info "remove cdroms entries" info "removing cdroms entries"
__epm_removerepo_alt_grepremove "/^[[:space:]]*rpm[[:space:]]+cdrom:/" "/^cdrom(s)?$/" __epm_removerepo_alt_grepremove "/^[[:space:]]*rpm[[:space:]]+cdrom:/" "/^cdrom(s)?$/"
;; ;;
tasks) tasks)
info "remove tasks' repos" info "removing tasks' repos"
__epm_removerepo_alt_grepremove " repo/[0-9]+/" "/tasks/[0-9]+ " "/[0-9]+[ /]build/repo" __epm_removerepo_alt_grepremove " repo/[0-9]+/" "/tasks/[0-9]+ " "/[0-9]+[ /]build/repo"
;; ;;
task) task)
......
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