Commit 9e19d3b2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.64.61

parent 57048f04
Pipeline #17446 passed with stage
in 18 seconds
......@@ -40,7 +40,7 @@ SHAREDIR="$PROGDIR"
# will replaced with /etc/eepm during install
CONFIGDIR="$PROGDIR/../etc"
export EPMVERSION="3.64.60"
export EPMVERSION="3.64.61"
# package, single (file), pipe, git
EPMMODE="package"
......@@ -4555,6 +4555,8 @@ __download_pkg_urls()
# download packages
if docmd eget --tries 3 $latest "$url" ; then
# drop wget side-effect log files (wget creates wget-log, wget-log.1, ... on SIGHUP)
rm -fv wget-log wget-log.* 2>/dev/null
local i
for i in * ; do
[ "$i" = "*" ] && warning 'Incorrect true status from eget. No saved files from download $url, ignoring' && continue
......
......@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.64.60"
EPMVERSION="3.64.61"
# package, single (file), pipe, git
EPMMODE="package"
......
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