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
18e9c9c0
Commit
18e9c9c0
authored
Jul 23, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Dec 01, 2024
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm install: transform package_manager:package_name to EPM_BACKEND value
parent
7d6ad3d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
epm-install
bin/epm-install
+16
-2
No files found.
bin/epm-install
View file @
18e9c9c0
...
...
@@ -509,11 +509,25 @@ epm_install()
case
"
$BASEDISTRNAME
"
in
"alt"
)
load_helper epm-install-alt
epm_install_alt_names
$names
||
return
if
echo
"
$@
"
|
grep
-q
":"
;
then
for
arg
in
"
$@
"
;
do
set_backend
"
$arg
"
epm_install_alt_names
"
$arg
"
done
else
epm_install_alt_names
$names
fi
;;
*
)
# FIXME: see to_remove below
epm_install_names
$names
||
return
if
echo
"
$@
"
|
grep
-q
":"
;
then
for
arg
in
"
$@
"
;
do
set_backend
"
$arg
"
epm_install_names
"
$arg
"
done
else
epm_install_names
$names
fi
;;
esac
...
...
Vitaly Lipatov
@lav
mentioned in commit
2091b5eb
·
Dec 04, 2024
mentioned in commit
2091b5eb
mentioned in commit 2091b5eb77c02daa06500d35a8818572f9a4870f
Toggle commit list
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