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
cdcbf31d
Commit
cdcbf31d
authored
Mar 17, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.60.10
parent
5bbc2139
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
epm.sh
packed/epm.sh
+10
-6
serv.sh
packed/serv.sh
+4
-1
No files found.
packed/epm.sh
View file @
cdcbf31d
...
@@ -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.60.
9
"
EPMVERSION
=
"3.60.
10
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
@@ -1147,7 +1147,7 @@ __epm_addrepo_altlinux_url()
...
@@ -1147,7 +1147,7 @@ __epm_addrepo_altlinux_url()
if
echo
"
$base
"
|
grep
-q
"^RPMS
\.
"
;
then
if
echo
"
$base
"
|
grep
-q
"^RPMS
\.
"
;
then
REPO_NAME
=
"
$(
echo
$base
|
sed
-e
's|.*\.||'
)
"
REPO_NAME
=
"
$(
echo
$base
|
sed
-e
's|.*\.||'
)
"
url
=
"
$(
dirname
$url
)
"
url
=
"
$(
dirname
$url
)
"
docmd epm repo add
"rpm
$url
$REPO_NAME
"
__epm_addrepo_altlinux_short rpm
"
$url
"
"
$REPO_NAME
"
return
return
fi
fi
...
@@ -1156,8 +1156,8 @@ __epm_addrepo_altlinux_url()
...
@@ -1156,8 +1156,8 @@ __epm_addrepo_altlinux_url()
local
baseurl
=
"
$(
eget
--list
"
$url
/RPMS.*"
)
"
local
baseurl
=
"
$(
eget
--list
"
$url
/RPMS.*"
)
"
base
=
"
$(
basename
"
$baseurl
"
)
"
base
=
"
$(
basename
"
$baseurl
"
)
"
if
echo
"
$base
"
|
grep
-q
"^RPMS
\.
"
;
then
if
echo
"
$base
"
|
grep
-q
"^RPMS
\.
"
;
then
REPO_NAME
=
"
$(
echo
$base
|
sed
-e
's|.*\.||'
)
"
REPO_NAME
=
"
$(
echo
"
$base
"
|
sed
-e
's|.*\.||'
)
"
docmd epm repo add
"rpm
$url
$REPO_NAME
"
__epm_addrepo_altlinux_short rpm
"
$url
"
"
$REPO_NAME
"
return
return
fi
fi
...
@@ -1165,8 +1165,9 @@ __epm_addrepo_altlinux_url()
...
@@ -1165,8 +1165,9 @@ __epm_addrepo_altlinux_url()
local
res
=
''
local
res
=
''
for
arch
in
$(
get_archlist
)
;
do
for
arch
in
$(
get_archlist
)
;
do
local
rd
=
"
$(
eget
--list
$url
/
$arch
/RPMS.
*)
"
local
rd
=
"
$(
eget
--list
$url
/
$arch
/RPMS.
*)
"
[
-d
"
$rd
"
]
||
continue
[
-n
"
$rd
"
]
||
continue
local
REPO_NAME
=
"
$(
echo
"
$rd
"
|
sed
-e
's|.*\.||'
)
"
local
REPO_NAME
=
"
$(
echo
"
$rd
"
|
sed
-e
's|/*$||'
-e
's|.*\.||'
)
"
[
"
$REPO_NAME
"
=
"*"
]
&&
continue
docmd epm repo add
"rpm
$url
$arch
$REPO_NAME
"
docmd epm repo add
"rpm
$url
$arch
$REPO_NAME
"
res
=
'1'
res
=
'1'
done
done
...
@@ -13739,6 +13740,9 @@ case "$VENDOR_ID" in
...
@@ -13739,6 +13740,9 @@ case "$VENDOR_ID" in
[
-n
"
$fr
"
]
&&
echo
"
$fr
"
|
grep
-q
"
$DISTRIB_RELEASE
"
&&
DISTRIB_FULL_RELEASE
=
"
$fr
"
[
-n
"
$fr
"
]
&&
echo
"
$fr
"
|
grep
-q
"
$DISTRIB_RELEASE
"
&&
DISTRIB_FULL_RELEASE
=
"
$fr
"
fi
fi
;;
;;
"fedora"
)
DISTRIB_ID
=
"Fedora"
;;
esac
esac
case
"
$DISTRIB_ID
"
in
case
"
$DISTRIB_ID
"
in
...
...
packed/serv.sh
View file @
cdcbf31d
...
@@ -33,7 +33,7 @@ SHAREDIR=$PROGDIR
...
@@ -33,7 +33,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.60.
9
"
EPMVERSION
=
"3.60.
10
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
@@ -2149,6 +2149,9 @@ case "$VENDOR_ID" in
...
@@ -2149,6 +2149,9 @@ case "$VENDOR_ID" in
[
-n
"
$fr
"
]
&&
echo
"
$fr
"
|
grep
-q
"
$DISTRIB_RELEASE
"
&&
DISTRIB_FULL_RELEASE
=
"
$fr
"
[
-n
"
$fr
"
]
&&
echo
"
$fr
"
|
grep
-q
"
$DISTRIB_RELEASE
"
&&
DISTRIB_FULL_RELEASE
=
"
$fr
"
fi
fi
;;
;;
"fedora"
)
DISTRIB_ID
=
"Fedora"
;;
esac
esac
case
"
$DISTRIB_ID
"
in
case
"
$DISTRIB_ID
"
in
...
...
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