Commit 5e976bee authored by Vitaly Lipatov's avatar Vitaly Lipatov

alt add KORINFSKIPRELEASECHECK

parent f03d1ed7
...@@ -96,6 +96,8 @@ get_altdistr_mod() ...@@ -96,6 +96,8 @@ get_altdistr_mod()
pkg_release_check() pkg_release_check()
{ {
assert_var MENV assert_var MENV
# FIXME: more correct way
[ -n "$KORINFSKIPRELEASECHECK" ] && return 0
local STREL=$(get_default_txtrelease) local STREL=$(get_default_txtrelease)
# support alt in any case # support alt in any case
local STRELDEF=alt local STRELDEF=alt
...@@ -106,7 +108,7 @@ pkg_release_check() ...@@ -106,7 +108,7 @@ pkg_release_check()
for i in $@ ; do for i in $@ ; do
if rhas "$i" "($STREL|$STRELDEF)[0-9]+\.M[0-9][0-9]\.[0-9]+" ; then if rhas "$i" "($STREL|$STRELDEF)[0-9]+\.M[0-9][0-9]\.[0-9]+" ; then
# Значит не тот релиз # Значит не тот релиз
fatal "Incorrect release in $i package: was prepared for Sisyphus" fatal "Incorrect release in $i package: was prepared for Sisyphus. Check also for KORINFSKIPRELEASECHECK"
fi fi
done done
return return
......
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