Commit 1233f9a9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 179b1d3f
...@@ -536,6 +536,7 @@ epm_install() ...@@ -536,6 +536,7 @@ epm_install()
if [ "$DISTRNAME" = "ALTLinux" ] ; then if [ "$DISTRNAME" = "ALTLinux" ] ; then
if tasknumber "$pkg_names" >/dev/null ; then if tasknumber "$pkg_names" >/dev/null ; then
assure_exists apt-repo assure_exists apt-repo
# TODO: add --auto support
sudocmd_foreach "apt-repo test" $(tasknumber $pkg_names) sudocmd_foreach "apt-repo test" $(tasknumber $pkg_names)
return return
fi fi
......
...@@ -23,7 +23,6 @@ fi ...@@ -23,7 +23,6 @@ fi
pkg="$($DISTRVENDOR -p)" pkg="$($DISTRVENDOR -p)"
# TODO: why wget/curl are not supported download-to?
case $pkg in case $pkg in
rpm) rpm)
URL="https://xn--80akicokc0aablc.xn--p1ai/%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C/Download/386" URL="https://xn--80akicokc0aablc.xn--p1ai/%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C/Download/386"
......
...@@ -14,3 +14,5 @@ git commit packed -m "commit packed $version" ...@@ -14,3 +14,5 @@ git commit packed -m "commit packed $version"
git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog ; echo)" git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog ; echo)"
git push pub.github $version git push pub.github $version
gpush pub.github gpush pub.github
rpmpub /var/ftp/pub/Korinf/sources
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