Commit 31a6807b authored by Vitaly Lipatov's avatar Vitaly Lipatov

Revert "epm ei: don't check for distr version"

This reverts commit 88016ecd.
parent d9bd2852
...@@ -63,7 +63,7 @@ __epm_korinf_install() { ...@@ -63,7 +63,7 @@ __epm_korinf_install() {
__epm_korinf_install_eepm() __epm_korinf_install_eepm()
{ {
if [ "$BASEDISTRNAME" = "alt" ] && [ "$EPMMODE" = "package" ] ; then if [ "$BASEDISTRNAME" = "alt" ] && [ "$DISTRVERSION" != "Sisyphus" ] && [ "$EPMMODE" = "package" ] ; then
if epm status --original eepm ; then if epm status --original eepm ; then
warning 'Using external (Korinf) repo is forbidden for stable ALT branch $DISTRVERSION.' warning 'Using external (Korinf) repo is forbidden for stable ALT branch $DISTRVERSION.'
info "Check https://bugzilla.altlinux.org/44314 for reasons." info "Check https://bugzilla.altlinux.org/44314 for reasons."
......
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