Commit 81584722 authored by Vitaly Lipatov's avatar Vitaly Lipatov

always use p5 for M50

parent b9d7815c
...@@ -70,7 +70,7 @@ set_binaryrepo() ...@@ -70,7 +70,7 @@ set_binaryrepo()
# M50 -> 5.0 # M50 -> 5.0
get_altdistr_version() get_altdistr_version()
{ {
echo "$1" | sed -e "s|M\([0-9]\)\([0-9]\)|\1\.\2|g" | sed -e "s|SS|sisyphus|g" | sed -e "s|DD|daedalus|g" | sed -e "s|Sisyphus|sisyphus|g" | sed -e "s|M50|p5|g" echo "$1" | sed -e "s|M50|p5|g" | sed -e "s|M\([0-9]\)\([0-9]\)|\1\.\2|g" | sed -e "s|SS|sisyphus|g" | sed -e "s|DD|daedalus|g" | sed -e "s|Sisyphus|sisyphus|g"
} }
# 5.0 -> M50 # 5.0 -> M50
......
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