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
etersoft
eepm
Commits
f3788c81
Commit
f3788c81
authored
6 months ago
by
Boris Yumankulov
Committed by
Vitaly Lipatov
5 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: add libraries provided to ignored libraries (eterbug #17610)
parent
558cfc6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
common.sh
repack.d/common.sh
+2
-1
No files found.
repack.d/common.sh
View file @
f3788c81
...
...
@@ -442,13 +442,14 @@ get_libs_requires()
fi
__get_library_provides
"
$fdir
"
|
LANG
=
C
sort
-u
>
$libpreslist
estrlist reg_wordexclude
"
$(
cat
$libpreslist
| xargs
-n1000
)
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
if
[
-n
"
$verbose
"
]
;
then
info
" List of libraries provided:"
info
"
$(
cat
$libpreslist
| xargs
-n1000
)
"
info
" End of the provided libraries list."
info
" List of ignored libraries:"
info
"
$EEPM_IGNORE_LIB_REQUIRES
"
info
"
$EEPM_IGNORE_LIB_REQUIRES
$(
cat
$libpreslist
| xargs
-n1000
)
"
info
" End of the ignored libraries."
fi
...
...
This diff is collapsed.
Click to expand it.
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