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
Vladislav
eepm
Commits
f3078c84
Commit
f3078c84
authored
Apr 24, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.52.7
parent
3a928395
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
epm.sh
packed/epm.sh
+0
-0
serv.sh
packed/serv.sh
+14
-6
No files found.
packed/epm.sh
View file @
f3078c84
This diff is collapsed.
Click to expand it.
packed/serv.sh
View file @
f3078c84
...
...
@@ -368,9 +368,12 @@ set_sudo()
# if input is a console
if
inputisatty
&&
isatty
&&
isatty2
;
then
if
!
$SUDO_CMD
-l
>
/dev/null
;
then
[
"
$nofail
"
=
"nofail"
]
||
SUDO
=
"fatal 'Can't use sudo (only passwordless sudo is supported in non interactive using). Please run epm under root.'"
return
"
$SUDO_TESTED
"
if
!
$SUDO_CMD
-n
true
;
then
info
"Please enter sudo user password to use sudo in the current session."
if
!
$SUDO_CMD
-l
>
/dev/null
;
then
[
"
$nofail
"
=
"nofail"
]
||
SUDO
=
"fatal 'Can't use sudo (only passwordless sudo is supported in non interactive using). Please run epm under root.'"
return
"
$SUDO_TESTED
"
fi
fi
else
# use sudo if one is tuned and tuned without password
...
...
@@ -735,11 +738,16 @@ __epm_check_if_package_from_repo()
#vendor="$(epm print field Vendor for "$pkg" 2>/dev/null))"
#[ "$vendor" = "ALT Linux Team" ] || return
local
distribution
=
"
$(
epm print field Distribution
for
"
$pkg
"
2>/dev/null
)
)"
local
distribution
distribution
=
"
$(
epm print field Distribution
for
"
$pkg
"
2>/dev/null
)
"
echo
"
$distribution
"
|
grep
-q
"^ALT"
||
return
local
sig
sig
=
"
$(
epm print field sigpgp
for
"
$pkg
"
2>/dev/null
)
"
[
"
$sig
"
=
"(none)"
]
&&
return
1
# FIXME: how to check if the package is from ALT repo (verified)?
local
release
=
"
$(
epm print release from package
"
$pkg
"
2>/dev/null
)
"
local
release
=
"
$(
epm print release from package
"
$pkg
"
2>/dev/null
)
"
echo
"
$release
"
|
grep
-q
"^alt"
||
return
return
0
...
...
@@ -2614,7 +2622,7 @@ print_version()
local
on_text
=
"(host system)"
local
virt
=
"
$(
$DISTRVENDOR
-i
)
"
[
"
$virt
"
=
"(unknown)"
]
||
[
"
$virt
"
=
"(host system)"
]
||
on_text
=
"(under
$virt
)"
echo
"Service manager version 3.52.
6
https://wiki.etersoft.ru/Epm"
echo
"Service manager version 3.52.
7
https://wiki.etersoft.ru/Epm"
echo
"Running on
$(
$DISTRVENDOR
-e
)
$on_text
with
$SERVICETYPE
"
echo
"Copyright (c) Etersoft 2012-2021"
echo
"This program may be freely redistributed under the terms of the GNU AGPLv3."
...
...
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