Commit 89e6bb54 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repo add: return support for sisyphus/Sisyphus

parent df67d415
...@@ -362,6 +362,10 @@ __epm_addrepo_altlinux() ...@@ -362,6 +362,10 @@ __epm_addrepo_altlinux()
__epm_addrepo_main_alt_repo "$repo" __epm_addrepo_main_alt_repo "$repo"
return return
;; ;;
sisyphus|Sisyphus)
__epm_addrepo_main_alt_repo "$(echo $repo | tr "[:upper:]" "[:lower:]")"
return
;;
esac esac
if echo "$repo" | grep -q "https://" ; then if echo "$repo" | grep -q "https://" ; 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