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
Nurlan
eepm
Commits
c9f075e9
Commit
c9f075e9
authored
Jun 05, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-filelist: add support file list for noninstalled packages on deb
parent
f4051c4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
epm-filelist
bin/epm-filelist
+6
-0
No files found.
bin/epm-filelist
View file @
c9f075e9
...
...
@@ -49,6 +49,11 @@ __epm_filelist_remote()
# TODO: use RESTful interface to prometeus? See ALT bug #29496
docmd_foreach __alt_local_content_filelist
$@
;;
apt-dpkg
)
assure_exists apt-file
sudocmd apt-file update
docmd apt-file list
$@
;;
*
)
fatal
"Query filelist for non installed packages does not realized"
;;
...
...
@@ -130,6 +135,7 @@ __epm_filelist_name()
# TODO: add less
docmd
$CMD
$pkg_names
&&
return
# TODO: may be we need check is installed before prev. line?
is_installed
$pkg_names
||
__epm_filelist_remote
$pkg_names
}
...
...
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