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
48e28a3b
Commit
48e28a3b
authored
Feb 26, 2018
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install: add comments
parent
2ee5ba2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
epm-install
bin/epm-install
+4
-0
No files found.
bin/epm-install
View file @
48e28a3b
...
...
@@ -318,6 +318,7 @@ epm_install_files()
case
$PMTYPE
in
apt-rpm
)
# TODO: replace with name changed function
__epm_check_if_try_install_deb
$@
&&
return
# do not using low-level for install by file path (FIXME: reasons?)
...
...
@@ -571,6 +572,7 @@ epm_install()
if
[
-z
"
$files$names
"
]
;
then
# TODO: assert $skip_installed
[
-n
"
$verbose
"
]
&&
info
"Skip empty install list"
# FIXME: see to_remove below
return
22
fi
...
...
@@ -579,10 +581,12 @@ epm_install()
update_repo_if_needed
fi
# FIXME: see to_remove below
epm_install_names
$names
||
return
# repack binary files
if
[
-n
"
$repack
"
]
;
then
# FIXME: see to_remove below
__epm_repack_rpm
$files
||
fatal
files
=
"
$repacked_rpms
"
fi
...
...
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