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
1eb68b3d
Commit
1eb68b3d
authored
Aug 26, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brew fixes
parent
138138ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
epm-filelist
bin/epm-filelist
+3
-0
epm-packages
bin/epm-packages
+2
-2
epm-query
bin/epm-query
+2
-2
No files found.
bin/epm-filelist
View file @
1eb68b3d
...
...
@@ -120,6 +120,9 @@ __epm_filelist_name()
assure_exists equery
CMD
=
"equery files"
;;
homebrew
)
CMD
=
"brew list"
;;
pkgng
)
CMD
=
"pkg info -l"
;;
...
...
bin/epm-packages
View file @
1eb68b3d
...
...
@@ -128,7 +128,7 @@ case $PMTYPE in
fi
;;
homebrew
)
CMD
=
"brew list
$pkg_filenames
"
CMD
=
"brew list"
;;
ipkg
)
CMD
=
"ipkg list"
...
...
@@ -174,7 +174,7 @@ case $PMTYPE in
;;
esac
docmd
$CMD
| __fopfn
docmd
$CMD
| __fo
_
pfn
# FIXME: we print empty lines, but will lost error status
}
bin/epm-query
View file @
1eb68b3d
...
...
@@ -228,8 +228,8 @@ __epm_query_shortname()
CMD
=
"conary query"
;;
homebrew
)
warning
"fix query"
return
1
docmd brew info
"
$1
"
>
/dev/null 2>/dev/null
return
;;
# TODO: need to print name if exists
#pkgng)
...
...
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