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
85e374dd
Commit
85e374dd
authored
Apr 21, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow EPM_BACKEND and SERV_BACKEND to force backend to use
parent
3795c16f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
epm-sh-functions
bin/epm-sh-functions
+5
-0
serv
bin/serv
+2
-0
No files found.
bin/epm-sh-functions
View file @
85e374dd
...
...
@@ -701,6 +701,11 @@ set_pm_type()
set_target_pkg_env
# override package manager detection result
if
[
-n
"
$EPM_BACKEND
"
]
;
then
PMTYPE
=
$EPM_BACKEND
return
fi
# obsoleted
if
[
-n
"
$FORCEPM
"
]
;
then
PMTYPE
=
$FORCEPM
return
...
...
bin/serv
View file @
85e374dd
...
...
@@ -61,6 +61,8 @@ case "$DISTRCONTROL" in
esac
# override system control detection result
[
-n
"
$SERV_BACKEND
"
]
&&
CMD
=
"
$SERV_BACKEND
"
# obsoleted
[
-n
"
$FORCESERVICE
"
]
&&
CMD
=
"
$FORCESERVICE
"
SERVICETYPE
=
"
$CMD
"
...
...
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