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
a20c1a41
Commit
a20c1a41
authored
Jun 29, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.57.9
parent
a97735b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
epm.sh
packed/epm.sh
+15
-2
serv.sh
packed/serv.sh
+4
-2
No files found.
packed/epm.sh
View file @
a20c1a41
...
...
@@ -33,7 +33,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
EPMVERSION
=
"3.57.
8
"
EPMVERSION
=
"3.57.
9
"
# package, single (file), pipe, git
EPMMODE
=
"package"
...
...
@@ -2481,6 +2481,16 @@ __is_repo_info_uptodate()
update_repo_if_needed
()
{
local
days
# for apt only
case
$PMTYPE
in
apt-
*
)
;;
*
)
return
;;
esac
days
=
"
$(
__epm_check_apt_db_days
)
"
&&
return
warning
"APT database is
$days
, please run 'epm update'!"
...
...
@@ -6800,6 +6810,7 @@ epm_print()
construct_name
"
$@
"
;;
"info"
)
export
EPMVERSION
$DISTRVENDOR
"
$@
"
;;
*
)
...
...
@@ -13750,8 +13761,10 @@ print_total_info()
{
local
orig
=
''
[
-n
"
$BUILD_ID
"
]
&&
orig
=
" (orig.
$BUILD_ID
)"
local
EV
=
''
[
-n
"
$EPMVERSION
"
]
&&
EV
=
"(EPM version
$EPMVERSION
) "
cat
<<
EOF
distro_info v
$PROGVERSION
: Copyright © 2007-2023 Etersoft
distro_info v
$PROGVERSION
$EV
: Copyright © 2007-2023 Etersoft
Pretty distro name (--pretty):
$(
print_pretty_name
)
Distro name / version (--distro-name/version):
$DISTRO_NAME
/
$DISTRIB_FULL_RELEASE$orig
...
...
packed/serv.sh
View file @
a20c1a41
...
...
@@ -33,7 +33,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
EPMVERSION
=
"3.57.
8
"
EPMVERSION
=
"3.57.
9
"
# package, single (file), pipe, git
EPMMODE
=
"package"
...
...
@@ -2550,8 +2550,10 @@ print_total_info()
{
local
orig
=
''
[
-n
"
$BUILD_ID
"
]
&&
orig
=
" (orig.
$BUILD_ID
)"
local
EV
=
''
[
-n
"
$EPMVERSION
"
]
&&
EV
=
"(EPM version
$EPMVERSION
) "
cat
<<
EOF
distro_info v
$PROGVERSION
: Copyright © 2007-2023 Etersoft
distro_info v
$PROGVERSION
$EV
: Copyright © 2007-2023 Etersoft
Pretty distro name (--pretty):
$(
print_pretty_name
)
Distro name / version (--distro-name/version):
$DISTRO_NAME
/
$DISTRIB_FULL_RELEASE$orig
...
...
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