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
5d41ae7e
Commit
5d41ae7e
authored
Mar 15, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-addrepo: implement __epm_addrepo_etersoft_addon() via __epm_addrepo_add_alt_repo
parent
0a55d649
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
18 deletions
+13
-18
epm-addrepo
bin/epm-addrepo
+13
-18
No files found.
bin/epm-addrepo
View file @
5d41ae7e
...
@@ -55,24 +55,6 @@ __epm_addrepo_rhel()
...
@@ -55,24 +55,6 @@ __epm_addrepo_rhel()
return
0
return
0
}
}
__epm_addrepo_etersoft_addon
()
{
epm
install
--skip-installed
apt-conf-etersoft-common apt-conf-etersoft-hold
||
fatal
# TODO: ignore only error code 22 (skipped) || fatal
local
pb
=
"
$DISTRVERSION
/branch"
[
"
$DISTRVERSION
"
=
"Sisyphus"
]
&&
pb
=
"
$DISTRVERSION
"
# FIXME
[
-n
"
$DISTRVERSION
"
]
||
fatal
"Empty DISTRVERSION"
docmd epm repo add
"rpm [etersoft]
$ETERSOFTPUBURL
/Etersoft LINUX@Etersoft/
$pb
/noarch addon"
docmd epm repo add
"rpm [etersoft]
$ETERSOFTPUBURL
/Etersoft LINUX@Etersoft/
$pb
/
$DISTRARCH
addon"
if
[
"
$DISTRARCH
"
=
"x86_64"
]
;
then
docmd epm repo add
"rpm [etersoft]
$ETERSOFTPUBURL
/Etersoft LINUX@Etersoft/
$pb
/x86_64-i586 addon"
fi
}
__get_sign
()
__get_sign
()
{
{
local
repo
=
"
$1
"
local
repo
=
"
$1
"
...
@@ -117,6 +99,19 @@ __epm_addrepo_add_alt_repo()
...
@@ -117,6 +99,19 @@ __epm_addrepo_add_alt_repo()
}
}
__epm_addrepo_etersoft_addon
()
{
epm
install
--skip-installed
apt-conf-etersoft-common apt-conf-etersoft-hold
||
fatal
# TODO: ignore only error code 22 (skipped) || fatal
local
repo
=
"
$1
"
local
repopart
[
"
$repo
"
=
"sisyphus"
]
&&
repopart
=
"Sisyphus"
||
repopart
=
"
$repo
/branch"
__epm_addrepo_add_alt_repo
"
$repo
"
"
$ETERSOFTPUBURL
/Etersoft LINUX@Etersoft/
$repopart
"
"addon"
}
# args: p10|c10f1|sisyphus
# args: p10|c10f1|sisyphus
__epm_addrepo_main_alt_repo
()
__epm_addrepo_main_alt_repo
()
{
{
...
...
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