Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
eepm
Commits
344d79a0
Commit
344d79a0
authored
Mar 30, 2026
by
Vitaly Lipatov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-download: use *.* glob to skip extensionless side-effect files like wget-log
parent
037987a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
epm-download
bin/epm-download
+2
-2
No files found.
bin/epm-download
View file @
344d79a0
...
@@ -102,8 +102,8 @@ __download_pkg_urls()
...
@@ -102,8 +102,8 @@ __download_pkg_urls()
# download packages
# download packages
if
docmd eget
--tries
3
$latest
"
$url
"
;
then
if
docmd eget
--tries
3
$latest
"
$url
"
;
then
local
i
local
i
for
i
in
*
;
do
for
i
in
*
.
*
;
do
[
"
$i
"
=
"*"
]
&&
warning
'Incorrect true status from eget. No saved files from download $url, ignoring'
&&
continue
[
"
$i
"
=
"*
.*
"
]
&&
warning
'Incorrect true status from eget. No saved files from download $url, ignoring'
&&
continue
[
-s
"
$tmppkg
/
$i
"
]
||
continue
[
-s
"
$tmppkg
/
$i
"
]
||
continue
chmod
$verbose
a+r
"
$tmppkg
/
$i
"
chmod
$verbose
a+r
"
$tmppkg
/
$i
"
local
si
=
"
$(
echo
"
$i
"
|
sed
-e
's| |-|g'
)
"
local
si
=
"
$(
echo
"
$i
"
|
sed
-e
's| |-|g'
)
"
...
...
Vitaly Lipatov
@lav
mentioned in commit
95109834
·
Apr 13, 2026
mentioned in commit
95109834
mentioned in commit 95109834f05c0d92f1dc6bc9f8f8846403733451
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment