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
15dcd7af
Commit
15dcd7af
authored
Dec 05, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-install: add comments
parent
0259c5b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
epm-install
bin/epm-install
+7
-1
No files found.
bin/epm-install
View file @
15dcd7af
...
...
@@ -285,6 +285,9 @@ __epm_check_if_try_install_deb()
[
-n
"
$debpkgs
"
]
||
return
1
assure_exists alien
assure_exists dpkg
# TODO: Для установки требует: /usr/share/debconf/confmodule но пакет не может быть установлен
# assure_exists debconf
local
TDIR
=
$(
mktemp
-d
)
cd
$TDIR
||
fatal
...
...
@@ -315,6 +318,7 @@ __epm_check_if_try_install_rpm()
assure_exists alien
assure_exists fakeroot
assure_exists rpm
local
TDIR
=
$(
mktemp
-d
)
cd
$TDIR
||
fatal
...
...
@@ -360,7 +364,9 @@ epm_install_files()
apt-rpm
)
__epm_check_if_try_install_deb
$@
&&
return
# do not use low-level for install by file path
# TODO: add --repack support, will force repack rpm
# do not using low-level for install by file path (FIXME: reasons?)
if
!
is_dirpath
"
$@
"
||
[
"
$(
get_package_type
"
$@
"
)
"
=
"rpm"
]
;
then
sudocmd rpm
-Uvh
$force
$nodeps
$@
&&
return
local
RES
=
$?
...
...
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