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
d81ef9e7
Commit
d81ef9e7
authored
Apr 14, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.62.4
parent
2599452d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
15 deletions
+27
-15
epm.sh
packed/epm.sh
+26
-14
serv.sh
packed/serv.sh
+1
-1
No files found.
packed/epm.sh
View file @
d81ef9e7
...
@@ -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
export
EPMVERSION
=
"3.62.
3
"
export
EPMVERSION
=
"3.62.
4
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
@@ -3200,6 +3200,9 @@ __epm_download_alt()
...
@@ -3200,6 +3200,9 @@ __epm_download_alt()
return
return
fi
fi
info
"Cleaning apt cache for correct result ..."
epm
--quiet
clean
# old systems ignore reinstall ?
# old systems ignore reinstall ?
for
pkg
in
"
$@
"
;
do
for
pkg
in
"
$@
"
;
do
for
i
in
$(
sudocmd apt-get
install
-y
--print-uris
--reinstall
"
$pkg
"
|
cut
-f1
-d
" "
|
grep
".rpm'$"
|
sed
-e
"s|^'||"
-e
"s|'
$|
|"
)
;
do
for
i
in
$(
sudocmd apt-get
install
-y
--print-uris
--reinstall
"
$pkg
"
|
cut
-f1
-d
" "
|
grep
".rpm'$"
|
sed
-e
"s|^'||"
-e
"s|'
$|
|"
)
;
do
...
@@ -3356,9 +3359,8 @@ __epm_korinf_install_eepm()
...
@@ -3356,9 +3359,8 @@ __epm_korinf_install_eepm()
fi
fi
pkg_list
=
"eepm"
pkg_list
=
"eepm"
# TODO: reenable eepm-repack build
# don't lose eepm-repack if installed
# don't lose epm-repack if installed
is_installed eepm-repack
&&
pkg_list
=
"
$pkg_list
eepm-repack"
# is_installed epm-repack && pkg_list="$pkg_list eepm-repack"
# enable scripts to resolve dependencies with apt
# enable scripts to resolve dependencies with apt
scripts
=
'--scripts'
__epm_korinf_install
$pkg_list
scripts
=
'--scripts'
__epm_korinf_install
$pkg_list
...
@@ -6389,7 +6391,7 @@ __epm_play_update()
...
@@ -6389,7 +6391,7 @@ __epm_play_update()
echo
echo
echo
"
$i
"
echo
"
$i
"
if
!
__is_app_installed
"
$i
"
;
then
if
!
__is_app_installed
"
$i
"
;
then
warning
"
$i
is not installed"
warning
"
App
$i
is not installed"
continue
continue
fi
fi
prescription
=
"
$i
"
prescription
=
"
$i
"
...
@@ -7901,6 +7903,8 @@ get_prev_release()
...
@@ -7901,6 +7903,8 @@ get_prev_release()
echo
"p8"
;;
echo
"p8"
;;
"p10"
)
"p10"
)
echo
"p9"
;;
echo
"p9"
;;
"p11"
)
echo
"p10"
;;
"c7"
)
"c7"
)
echo
"c6"
;;
echo
"c6"
;;
"c8"
)
"c8"
)
...
@@ -7913,6 +7917,8 @@ get_prev_release()
...
@@ -7913,6 +7917,8 @@ get_prev_release()
echo
"c8"
;;
echo
"c8"
;;
"c9f2"
)
"c9f2"
)
echo
"c9f1"
;;
echo
"c9f1"
;;
"c10f2"
)
echo
"c10f1"
;;
"10"
)
"10"
)
echo
"9"
;;
echo
"9"
;;
*
)
*
)
...
@@ -8103,8 +8109,8 @@ __detect_alt_release_by_repo()
...
@@ -8103,8 +8109,8 @@ __detect_alt_release_by_repo()
{
{
local
BRD
=
$(
cat
/etc/apt/sources.list /etc/apt/sources.list.d/
*
.list
\
local
BRD
=
$(
cat
/etc/apt/sources.list /etc/apt/sources.list.d/
*
.list
\
|
grep
-v
"^#"
\
|
grep
-v
"^#"
\
|
grep
-E
"[tpc][
5-9]
\.
?[0-9]?/branch/"
\
|
grep
-E
"[tpc][
1-3]?[5-9][f.]
?[0-9]?/branch/"
\
|
sed
-e
"s|.*
\(
[tpc][
5-9]
\.
\?
[0-9]
\?\)
/branch.*|
\1
|g"
\
|
sed
-e
"s|.*
\(
[tpc][
1-3]
\?
[5-9][f.]
\?
[0-9]
\?\)
/branch.*|
\1
|g"
\
|
sort
-u
)
|
sort
-u
)
if
[
"
$(
__wcount
$BRD
)
"
=
"1"
]
;
then
if
[
"
$(
__wcount
$BRD
)
"
=
"1"
]
;
then
echo
"
$BRD
"
echo
"
$BRD
"
...
@@ -8265,6 +8271,8 @@ get_next_release()
...
@@ -8265,6 +8271,8 @@ get_next_release()
echo
"p9"
;;
echo
"p9"
;;
"p9"
)
"p9"
)
echo
"p10"
;;
echo
"p10"
;;
"p10"
)
echo
"p11"
;;
"c6"
)
"c6"
)
echo
"c7"
;;
echo
"c7"
;;
"c7"
)
"c7"
)
...
@@ -8275,6 +8283,8 @@ get_next_release()
...
@@ -8275,6 +8283,8 @@ get_next_release()
echo
"c9f2"
;;
echo
"c9f2"
;;
"c9f1"
)
"c9f1"
)
echo
"c9f2"
;;
echo
"c9f2"
;;
"c10f1"
)
echo
"c10f2"
;;
*
)
*
)
echo
"
$FROM
"
;;
echo
"
$FROM
"
;;
esac
esac
...
@@ -8355,7 +8365,7 @@ __switch_alt_to_distro()
...
@@ -8355,7 +8365,7 @@ __switch_alt_to_distro()
docmd epm update-kernel
||
fatal
docmd epm update-kernel
||
fatal
info
"Run epm release-upgrade again for update to p10"
info
"Run epm release-upgrade again for update to p10"
;;
;;
"p9"
|
"p9 p10"
|
"p10 p10"
)
"p9"
|
"p9 p10"
|
"p10 p10"
|
"p10 p11"
)
info
"Upgrade all packages to current
$FROM
repository"
info
"Upgrade all packages to current
$FROM
repository"
__do_upgrade
__do_upgrade
confirm_info
"Upgrade
$DISTRNAME
from
$FROM
to
$TO
..."
confirm_info
"Upgrade
$DISTRNAME
from
$FROM
to
$TO
..."
...
@@ -8395,7 +8405,7 @@ __switch_alt_to_distro()
...
@@ -8395,7 +8405,7 @@ __switch_alt_to_distro()
__check_system
"
$TO
"
__check_system
"
$TO
"
docmd epm upgrade
||
fatal
docmd epm upgrade
||
fatal
;;
;;
"p10 p9"
)
"p10 p9"
|
"p11 p9"
)
confirm_info
"Downgrade
$DISTRNAME
from
$FROM
to
$TO
..."
confirm_info
"Downgrade
$DISTRNAME
from
$FROM
to
$TO
..."
docmd epm
install
$(
get_fix_release_pkg
"
$FROM
"
)
docmd epm
install
$(
get_fix_release_pkg
"
$FROM
"
)
__switch_repo_to
$TO
__switch_repo_to
$TO
...
@@ -8405,7 +8415,7 @@ __switch_alt_to_distro()
...
@@ -8405,7 +8415,7 @@ __switch_alt_to_distro()
__check_system
"
$TO
"
__check_system
"
$TO
"
docmd epm upgrade
||
fatal
docmd epm upgrade
||
fatal
;;
;;
"Sisyphus p8"
|
"Sisyphus p9"
|
"Sisyphus p10"
|
"Sisyphus c8"
|
"Sisyphus c8.1"
|
"Sisyphus c9f2"
)
"Sisyphus p8"
|
"Sisyphus p9"
|
"Sisyphus p10"
|
"Sisyphus c8"
|
"Sisyphus c8.1"
|
"Sisyphus c9f2"
|
"Sisyphus c10f1"
|
"Sisyphus c10f2"
)
confirm_info
"Downgrade
$DISTRNAME
from
$FROM
to
$TO
..."
confirm_info
"Downgrade
$DISTRNAME
from
$FROM
to
$TO
..."
docmd epm
install
$(
get_fix_release_pkg
"
$FROM
"
)
docmd epm
install
$(
get_fix_release_pkg
"
$FROM
"
)
__switch_repo_to
$TO
__switch_repo_to
$TO
...
@@ -8415,7 +8425,7 @@ __switch_alt_to_distro()
...
@@ -8415,7 +8425,7 @@ __switch_alt_to_distro()
__check_system
"
$TO
"
__check_system
"
$TO
"
docmd epm upgrade
||
fatal
docmd epm upgrade
||
fatal
;;
;;
"p8 Sisyphus"
|
"p9 Sisyphus"
|
"p10 Sisyphus"
|
"10 Sisyphus"
|
"Sisyphus Sisyphus"
)
"p8 Sisyphus"
|
"p9 Sisyphus"
|
"p10 Sisyphus"
|
"
p11 Sisyphus"
|
"
10 Sisyphus"
|
"Sisyphus Sisyphus"
)
confirm_info
"Upgrade
$DISTRNAME
from
$FROM
to
$TO
..."
confirm_info
"Upgrade
$DISTRNAME
from
$FROM
to
$TO
..."
docmd epm
install
rpm apt
$(
get_fix_release_pkg
"
$FROM
"
)
||
fatal
docmd epm
install
rpm apt
$(
get_fix_release_pkg
"
$FROM
"
)
||
fatal
docmd epm upgrade
||
fatal
docmd epm upgrade
||
fatal
...
@@ -8423,6 +8433,7 @@ __switch_alt_to_distro()
...
@@ -8423,6 +8433,7 @@ __switch_alt_to_distro()
__replace_alt_version_in_repo
"
$FROM
/branch/"
"
$TO
/"
__replace_alt_version_in_repo
"
$FROM
/branch/"
"
$TO
/"
__alt_repofix
"alt"
__alt_repofix
"alt"
[
-s
/etc/rpm/macros.d/p10
]
&&
rm
-fv
/etc/rpm/macros.d/p10
[
-s
/etc/rpm/macros.d/p10
]
&&
rm
-fv
/etc/rpm/macros.d/p10
[
-s
/etc/rpm/macros.d/p11
]
&&
rm
-fv
/etc/rpm/macros.d/p11
__epm_ru_update
||
fatal
__epm_ru_update
||
fatal
docmd epm fix
||
fatal
docmd epm fix
||
fatal
docmd epm
install
$(
get_fix_release_pkg
--force
"
$TO
"
)
||
fatal
"Check the errors and run '# epm release-upgrade' again"
docmd epm
install
$(
get_fix_release_pkg
--force
"
$TO
"
)
||
fatal
"Check the errors and run '# epm release-upgrade' again"
...
@@ -17810,7 +17821,7 @@ check_filenames()
...
@@ -17810,7 +17821,7 @@ check_filenames()
local
opt
local
opt
for
opt
in
"
$@
"
;
do
for
opt
in
"
$@
"
;
do
# files can be with full path or have extension via .
# files can be with full path or have extension via .
if
[
-f
"
$opt
"
]
&&
echo
"
$opt
"
|
grep
-q
"[/
\.
]"
;
then
if
[
-f
"
$opt
"
]
&&
rhas
"
$opt
"
"[/
\.
]"
;
then
has_space
"
$opt
"
&&
warning
"There are space(s) in filename '
$opt
', it is not supported. Skipped"
&&
continue
has_space
"
$opt
"
&&
warning
"There are space(s) in filename '
$opt
', it is not supported. Skipped"
&&
continue
[
-n
"
$pkg_files
"
]
&&
pkg_files
=
"
$pkg_files
$opt
"
||
pkg_files
=
"
$opt
"
[
-n
"
$pkg_files
"
]
&&
pkg_files
=
"
$pkg_files
$opt
"
||
pkg_files
=
"
$opt
"
elif
[
-d
"
$opt
"
]
;
then
elif
[
-d
"
$opt
"
]
;
then
...
@@ -17819,12 +17830,13 @@ check_filenames()
...
@@ -17819,12 +17830,13 @@ check_filenames()
elif
is_url
"
$opt
"
;
then
elif
is_url
"
$opt
"
;
then
has_space
"
$opt
"
&&
warning
"There are space(s) in URL '
$opt
', it is not supported. Skipped"
&&
continue
has_space
"
$opt
"
&&
warning
"There are space(s) in URL '
$opt
', it is not supported. Skipped"
&&
continue
[
-n
"
$pkg_urls
"
]
&&
pkg_urls
=
"
$pkg_urls
$opt
"
||
pkg_urls
=
"
$opt
"
[
-n
"
$pkg_urls
"
]
&&
pkg_urls
=
"
$pkg_urls
$opt
"
||
pkg_urls
=
"
$opt
"
elif
echo
"
$opt
"
|
grep
-q
"[/]"
;
then
# hack, TODO: reasons
elif
rhas
"
$opt
"
"[/]"
&&
!
rhas
"
$opt
"
"[()]"
;
then
has_space
"
$opt
"
&&
warning
"There are space(s) in filename '
$opt
', it is not supported. Skipped"
&&
continue
has_space
"
$opt
"
&&
warning
"There are space(s) in filename '
$opt
', it is not supported. Skipped"
&&
continue
[
-n
"
$pkg_files
"
]
&&
pkg_files
=
"
$pkg_files
$opt
"
||
pkg_files
=
"
$opt
"
[
-n
"
$pkg_files
"
]
&&
pkg_files
=
"
$pkg_files
$opt
"
||
pkg_files
=
"
$opt
"
else
else
has_space
"
$opt
"
&&
warning
"There are space(s) in package name '
$opt
', it is not supported. Skipped."
&&
continue
has_space
"
$opt
"
&&
warning
"There are space(s) in package name '
$opt
', it is not supported. Skipped."
&&
continue
echo
"
$opt
"
|
grep
-q
"[*]"
&&
warning
"There are forbidden symbols in package name '
$opt
'. Skipped."
&&
continue
rhas
"
$opt
"
"[*]"
&&
warning
"There are forbidden symbols in package name '
$opt
'. Skipped."
&&
continue
[
-n
"
$pkg_names
"
]
&&
pkg_names
=
"
$pkg_names
$opt
"
||
pkg_names
=
"
$opt
"
[
-n
"
$pkg_names
"
]
&&
pkg_names
=
"
$pkg_names
$opt
"
||
pkg_names
=
"
$opt
"
fi
fi
[
-n
"
$quoted_args
"
]
&&
quoted_args
=
"
$quoted_args
\"
$opt
\"
"
||
quoted_args
=
"
\"
$opt
\"
"
[
-n
"
$quoted_args
"
]
&&
quoted_args
=
"
$quoted_args
\"
$opt
\"
"
||
quoted_args
=
"
\"
$opt
\"
"
...
...
packed/serv.sh
View file @
d81ef9e7
...
@@ -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.62.
3
"
EPMVERSION
=
"3.62.
4
"
# package, single (file), pipe, git
# package, single (file), pipe, git
EPMMODE
=
"package"
EPMMODE
=
"package"
...
...
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