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
6ce2d666
Commit
6ce2d666
authored
3 months ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.64.2
parent
d6495448
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
epm.sh
packed/epm.sh
+0
-0
serv.sh
packed/serv.sh
+10
-3
No files found.
packed/epm.sh
View file @
6ce2d666
This diff is collapsed.
Click to expand it.
packed/serv.sh
View file @
6ce2d666
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
CONFIGDIR
=
$PROGDIR
/../etc
EPMVERSION
=
"3.64.
1
"
EPMVERSION
=
"3.64.
2
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
@@ -1905,7 +1905,6 @@ pkgvendor()
...
@@ -1905,7 +1905,6 @@ pkgvendor()
[
"
$DISTRIB_ID
"
=
"openSUSETumbleweed"
]
&&
echo
"suse"
&&
return
[
"
$DISTRIB_ID
"
=
"openSUSETumbleweed"
]
&&
echo
"suse"
&&
return
[
"
$DISTRIB_ID
"
=
"openSUSELeap"
]
&&
echo
"suse"
&&
return
[
"
$DISTRIB_ID
"
=
"openSUSELeap"
]
&&
echo
"suse"
&&
return
if
[
-n
"
$VENDOR_ID
"
]
;
then
if
[
-n
"
$VENDOR_ID
"
]
;
then
[
"
$VENDOR_ID
"
=
"altlinux"
]
&&
echo
"alt"
&&
return
echo
"
$VENDOR_ID
"
echo
"
$VENDOR_ID
"
return
return
fi
fi
...
@@ -2033,6 +2032,9 @@ case $DISTRIB_ID in
...
@@ -2033,6 +2032,9 @@ case $DISTRIB_ID in
echo
"pkgmanager(): We don't support yet DISTRIB_ID
$DISTRIB_ID
(VENDOR_ID
$VENDOR_ID
)"
>
&2
echo
"pkgmanager(): We don't support yet DISTRIB_ID
$DISTRIB_ID
(VENDOR_ID
$VENDOR_ID
)"
>
&2
;;
;;
esac
esac
if
[
"
$CMD
"
=
"dnf-rpm"
]
&&
[
$(
dnf
--version
|
grep
-qi
"dnf5"
)
]
;
then
CMD
=
"dnf5-rpm"
fi
echo
"
$CMD
"
echo
"
$CMD
"
}
}
...
@@ -2229,7 +2231,12 @@ DISTRIB_RELEASE=$(normalize_version2 "$DISTRIB_RELEASE")
...
@@ -2229,7 +2231,12 @@ DISTRIB_RELEASE=$(normalize_version2 "$DISTRIB_RELEASE")
[
-n
"
$DISTRIB_CODENAME
"
]
||
DISTRIB_CODENAME
=
$DISTRIB_RELEASE
[
-n
"
$DISTRIB_CODENAME
"
]
||
DISTRIB_CODENAME
=
$DISTRIB_RELEASE
case
"
$VENDOR_ID
"
in
case
"
$VENDOR_ID
"
in
"alt"
|
"altlinux"
)
"altlinux"
)
VENDOR_ID
=
"alt"
esac
case
"
$VENDOR_ID
"
in
"alt"
)
# 2.4.5.99 -> 2
# 2.4.5.99 -> 2
DISTRIB_RELEASE
=
$(
normalize_version1
"
$DISTRIB_RELEASE_ORIG
"
)
DISTRIB_RELEASE
=
$(
normalize_version1
"
$DISTRIB_RELEASE_ORIG
"
)
case
"
$DISTRIB_ID
"
in
case
"
$DISTRIB_ID
"
in
...
...
This diff is collapsed.
Click to expand it.
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