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
3d87c08e
Commit
3d87c08e
authored
May 15, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm ei: check stable branch for eepm install only, trying install eepm from the repo
parent
6a9d1fb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
epm-epm_install
bin/epm-epm_install
+14
-11
No files found.
bin/epm-epm_install
View file @
3d87c08e
...
@@ -58,7 +58,20 @@ __epm_korinf_install() {
...
@@ -58,7 +58,20 @@ __epm_korinf_install() {
pkg_names
=
''
pkg_files
=
''
epm_install
pkg_names
=
''
pkg_files
=
''
epm_install
}
}
__epm_korinf_install_eepm
()
{
__epm_korinf_install_eepm
()
{
if
[
"
$BASEDISTRNAME
"
=
"alt"
]
&&
[
"
$DISTRVERSION
"
!=
"Sisyphus"
]
&&
[
"
$EPMMODE
"
=
"package"
]
;
then
if
epm status
--original
eepm
;
then
warning
"Using external (Korinf) repo is forbidden for stable ALT branch
$DISTRVERSION
."
info
"Check https://bugzilla.altlinux.org/44314 for reasons."
info
"You can install eepm package from Korinf manually, check instruction at https://eepm.ru"
info
""
info
"Trying update eepm from the stable ALT repository ..."
docmd epm
install
eepm
return
fi
fi
# enable interactive for install eepm from console
# enable interactive for install eepm from console
if
inputisatty
&&
[
"
$EPMMODE
"
!=
"pipe"
]
;
then
if
inputisatty
&&
[
"
$EPMMODE
"
!=
"pipe"
]
;
then
...
@@ -106,16 +119,6 @@ EOF
...
@@ -106,16 +119,6 @@ EOF
epm_epm_install
()
epm_epm_install
()
{
{
if
[
"
$BASEDISTRNAME
"
=
"alt"
]
&&
[
"
$DISTRVERSION
"
!=
"Sisyphus"
]
&&
[
"
$EPMMODE
"
=
"package"
]
;
then
if
epm status
--original
eepm
;
then
warning
"Using external (Korinf) repo is forbidden for stable ALT branch
$DISTRVERSION
."
info
"Check https://bugzilla.altlinux.org/44314 for reasons."
info
"You can install eepm package from Korinf manually, check instruction at https://eepm.ru"
fatal
"Do nothing."
fi
fi
if
is_url
"
$1
"
;
then
if
is_url
"
$1
"
;
then
EPM_KORINF_REPO_URL
=
"
$1
"
EPM_KORINF_REPO_URL
=
"
$1
"
info
"Using
$EPM_KORINF_REPO_URL
repo ..."
info
"Using
$EPM_KORINF_REPO_URL
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