for i in requirements.txt requirements_dev.txt requirements-dev.txt dev-requirements.txt requirements-test.txt requirements_test.txt test-requirements.txt Gemfile requires.txt package.json setup.py python_dependencies.py;do
__epm_restore_by $i
done
...
...
@@ -6807,7 +6999,7 @@ __epm_check_vendor()
local i
for i in$*;do
local vendor
vendor="$(epm print field Vendor for"$i" 2>/dev/null)"||continue
vendor="$(epm print field Vendor for"$i" 2>/dev/null)"
# TODO: check GPG
["$vendor"="ALT Linux Team"]&&continue
warning "Scripts are disabled for package $i from outside vendor '$vendor'. Use --scripts if you need run scripts from such packages."
...
...
@@ -8270,12 +8462,6 @@ if [ "$1" = "--latest" ] ; then
shift
fi
fatal()
{
echo"$*">&2
exit 1
}
# check man glob
filter_glob()
{
...
...
@@ -8953,7 +9139,7 @@ Examples:
print_version()
{
echo"EPM package manager version 3.6.5 https://wiki.etersoft.ru/Epm"
echo"EPM package manager version 3.6.8 https://wiki.etersoft.ru/Epm"
echo"Running on $($DISTRVENDOR-e) ('$PMTYPE' package manager uses '$PKGFORMAT' package format)"
echo"Copyright (c) Etersoft 2012-2020"
echo"This program may be freely redistributed under the terms of the GNU AGPLv3."