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
da7f80c6
Commit
da7f80c6
authored
Apr 25, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.53.0
parent
688d2769
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
29 deletions
+2
-29
epm.sh
packed/epm.sh
+0
-0
serv.sh
packed/serv.sh
+2
-29
No files found.
packed/epm.sh
View file @
da7f80c6
This diff is collapsed.
Click to expand it.
packed/serv.sh
View file @
da7f80c6
...
...
@@ -309,7 +309,7 @@ fatal()
{
if
[
-z
"
$TEXTDOMAIN
"
]
;
then
set_color
$RED
echo
"Error:
$*
(you can discuss the problem in Telegram: https://t.me/useepm)"
>
&2
echo
"Error:
$*
(you can discuss the
epm
$EPMVERSION
problem in Telegram: https://t.me/useepm)"
>
&2
restore_color
fi
exit
1
...
...
@@ -727,33 +727,6 @@ __epm_remove_tmp_files()
}
__epm_check_if_package_from_repo
()
{
local
pkg
=
"
$1
"
# only ALT
[
"
$BASEDISTRNAME
"
=
"alt"
]
||
return
0
local
vendor
# TODO: check only for rpm
#vendor="$(epm print field Vendor for "$pkg" 2>/dev/null))"
#[ "$vendor" = "ALT Linux Team" ] || return
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
)
"
echo
"
$release
"
|
grep
-q
"^alt"
||
return
return
0
}
has_space
()
{
estrlist
--
has_space
"
$@
"
...
...
@@ -2622,7 +2595,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.5
2.7
https://wiki.etersoft.ru/Epm"
echo
"Service manager version 3.5
3.0
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