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
ab6ab074
Commit
ab6ab074
authored
Nov 03, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Nov 09, 2024
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get_libs_requires: avoid libs spam (eterbug #17815)
parent
2d5ebd33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common.sh
repack.d/common.sh
+2
-2
No files found.
repack.d/common.sh
View file @
ab6ab074
...
...
@@ -434,7 +434,7 @@ get_libs_requires()
local
fdir
=
"
$BUILDROOT
/
$1
"
__get_binary_requires
"
$fdir
"
|
LANG
=
C
sort
-u
>
$libreqlist
estrlist reg_wordexclude
"
$EEPM_IGNORE_LIB_REQUIRES
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
estrlist reg_wordexclude
"
$EEPM_IGNORE_LIB_REQUIRES
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
>
/dev/null 2>&1
if
[
-n
"
$verbose
"
]
;
then
info
" List of binary and libs requires:"
info
"
$(
cat
$libreqlist
| xargs
-n1000
)
"
...
...
@@ -442,7 +442,7 @@ 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
estrlist reg_wordexclude
"
$(
cat
$libpreslist
| xargs
-n1000
)
"
"
$(
cat
$libreqlist
|
tr
'\n'
' '
)
"
>
$libreqlist
>
/dev/null 2>&1
if
[
-n
"
$verbose
"
]
;
then
info
" List of libraries provided:"
info
"
$(
cat
$libpreslist
| xargs
-n1000
)
"
...
...
Vitaly Lipatov
@lav
mentioned in commit
b1f5f84d
·
Dec 04, 2024
mentioned in commit
b1f5f84d
mentioned in commit b1f5f84df69ae7df0b68b8eab552bb5313331919
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