Commit 53bbbdf9 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm repo: add ximper deferred DEVEL & BETA (eterbug #18734)

parent 8cfa4379
......@@ -351,6 +351,16 @@ __epm_addrepo_altlinux()
__epm_addrepo_add_alt_repo "$branch" "http://mirror.eterfund.org/pub Etersoft/Sisyphus/Deferred" "classic"
return 0
;;
deferred-devel)
[ "$DISTRVERSION" = "Sisyphus" ] || fatal "Etersoft Sisyphus Deferred supported only for ALT Sisyphus based systems."
__epm_addrepo_add_alt_repo "$branch" "https://download.etersoft.ru/pub/ Etersoft/Sisyphus/Deferred_DEVEL" "classic"
return 0
;;
deferred-beta)
[ "$DISTRVERSION" = "Sisyphus" ] || fatal "Etersoft Sisyphus Deferred supported only for ALT Sisyphus based systems."
__epm_addrepo_add_alt_repo "$branch" "https://download.etersoft.ru/pub/ Etersoft/Sisyphus/Deferred_BETA" "classic"
return 0
;;
archive)
if [ "$2" = "sisyphus" ] ; then
branch="$2"
......@@ -362,6 +372,10 @@ __epm_addrepo_altlinux()
return 0
;;
deffered)
warning "Did you mean 'deferred'?"
return 1
;;
esac
if tasknumber "$repo" >/dev/null ; then
......
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