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
3b3393c8
Commit
3b3393c8
authored
11 months ago
by
Boris Yumankulov
Committed by
Vitaly Lipatov
7 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play --list: dont show packages from repo (eterbug #17527)
parent
516ae627
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
epm-play
bin/epm-play
+5
-1
No files found.
bin/epm-play
View file @
3b3393c8
...
@@ -109,7 +109,11 @@ __filter_by_installed_packages()
...
@@ -109,7 +109,11 @@ __filter_by_installed_packages()
# get intersect between full package list and available packages table
# get intersect between full package list and available packages table
epm
--short
packages |
LC_ALL
=
C
sort
-u
>
$pkglist
epm
--short
packages |
LC_ALL
=
C
sort
-u
>
$pkglist
LC_ALL
=
C
join
-11
-21
$tapt
$pkglist
|
uniq
LC_ALL
=
C
join
-11
-21
$tapt
$pkglist
|
uniq
|
while
read
-r
package description
;
do
if
epm status
--repacked
"
$package
"
</dev/null
;
then
echo
"
$package
$description
"
fi
done
rm
-f
$pkglist
rm
-f
$pkglist
# rpm on Fedora/CentOS no more print missed packages to stderr
# rpm on Fedora/CentOS no more print missed packages to stderr
...
...
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