Commit 67df9936 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play trueconf: update source urls

parent 562d54a6
......@@ -16,9 +16,15 @@ VERSION="*"
distrversion=$(epm print info -v)
case "$(epm print info -e)" in
ALTLinux/p10|ALTLinux/Sisyphus)
ALTLinux/Sisyphus)
PKGURL="https://mirror.trueconf.ru/altlinux/p10/x86_64/RPMS.non-free/trueconf-server-${VERSION}*.x86_64.rpm"
;;
ALTLinux/p10)
PKGURL="https://mirror.trueconf.ru/altlinux/p10/x86_64/RPMS.non-free/trueconf-server-${VERSION}*.x86_64.rpm"
;;
ALTLinux/c10f1)
PKGURL="https://mirror.trueconf.ru/altlinux/sp10f1/x86_64/RPMS.non-free/trueconf-server-${VERSION}*.x86_64.rpm"
;;
ALTLinux/p9)
PKGURL="https://mirror.trueconf.ru/altlinux/p9/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
;;
......
......@@ -13,7 +13,17 @@ URL="https://trueconf.ru"
epmopt=''
distrversion=$(epm print info -v)
case "$(epm print info -e)" in
ALTLinux/p10|ALTLinux/Sisyphus)
ALTLinux/Sisyphus)
URL="https://mirror.trueconf.ru/altlinux/p10/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
# TODO: we need repack, they change files in a home dir
epmopt='--direct --repack'
;;
ALTLinux/p11)
URL="https://mirror.trueconf.ru/altlinux/p10/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
# we need repack, they change files in a home dir
epmopt='--direct --repack'
;;
ALTLinux/p10)
URL="https://mirror.trueconf.ru/altlinux/p10/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
# we need repack, they change files in a home dir
epmopt='--direct --repack'
......@@ -26,6 +36,10 @@ case "$(epm print info -e)" in
URL="https://mirror.trueconf.ru/altlinux/p8/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
epmopt='--direct --repack'
;;
ALTLinux/c10f1)
URL="https://mirror.trueconf.ru/altlinux/c10f1/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
epmopt='--direct --repack'
;;
ALTLinux/c8.2)
URL="https://mirror.trueconf.ru/altlinux/c8.2/x86_64/RPMS.non-free/trueconf-${VERSION}*.x86_64.rpm"
epmopt='--direct --repack'
......
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