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
Vladislav
eepm
Commits
050980c1
Commit
050980c1
authored
Apr 15, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Plain Diff
backported to p7 as 1.6.6-alt0.M70P.1 (with rpmbph script)
parents
5923058a
0fa877e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
6 deletions
+22
-6
epm
bin/epm
+1
-1
epm-release_upgrade
bin/epm-release_upgrade
+15
-3
eepm.spec
eepm.spec
+6
-2
No files found.
bin/epm
View file @
050980c1
...
...
@@ -60,7 +60,7 @@ print_version()
{
echo
"EPM package manager version @VERSION@"
echo
"Running on
$(
$DISTRVENDOR
)
('
$PMTYPE
' package manager uses '
$PKGFORMAT
' package format)"
echo
"Copyright (c) Etersoft 2012-201
5
"
echo
"Copyright (c) Etersoft 2012-201
6
"
echo
"This program may be freely redistributed under the terms of the GNU AGPLv3."
}
...
...
bin/epm-release_upgrade
View file @
050980c1
...
...
@@ -17,6 +17,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
load_helper epm-query
__replace_alt_version_in_repo
()
{
local
i
...
...
@@ -41,10 +43,22 @@ __update_alt_repo_to_next_distro()
case
"
$DISTRVERSION
"
in
p6
)
__replace_alt_version_in_repo p6 p7
docmd epm update
docmd epm
install
apt rpm
||
fatal
docmd epm upgrade
docmd epm update-kernel
info
"Run epm release-upgrade again for update to p8"
;;
p7
)
__replace_alt_version_in_repo p7 p8
docmd epm update
docmd epm
install
apt rpm
||
fatal
if
is_installed systemd
;
then
docmd epm
install
systemd
||
fatal
fi
docmd epm upgrade
||
fatal
#info " # epmi branding-simply-linux-release branding-simply-linux-graphics"
docmd epm update-kernel
;;
*
)
info
"Have no idea how to update from
$DISTRNAME
$DISTRVERSION
"
...
...
@@ -64,9 +78,7 @@ epm_release_upgrade()
docmd epm
install
apt rpm
load_helper epm-repofix
pkg_filenames
=
epm_repofix
__update_alt_repo_to_next_distro
||
exit
docmd epm Upgrade
docmd epm update-kernel
__update_alt_repo_to_next_distro
return
;;
*
)
...
...
eepm.spec
View file @
050980c1
# This spec is backported to ALTLinux p7 automatically by rpmbph script from etersoft-build-utils.
#
Name: eepm
Version: 1.6.
5
Version: 1.6.
6
Release: alt0.M70P.1
Summary: Etersoft EPM package manager
...
...
@@ -67,9 +67,13 @@ chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
%_sysconfdir/bash_completion.d/cerv
%changelog
* Fri Apr 15 2016 Vitaly Lipatov <lav@altlinux.ru> 1.6.
5
-alt0.M70P.1
* Fri Apr 15 2016 Vitaly Lipatov <lav@altlinux.ru> 1.6.
6
-alt0.M70P.1
- backport to ALTLinux p7 (by rpmbph script)
* Fri Apr 15 2016 Vitaly Lipatov <lav@altlinux.ru> 1.6.6-alt1
- release_upgrade: improve upgrade way
- epm: update copyright date
* Fri Apr 15 2016 Vitaly Lipatov <lav@altlinux.ru> 1.6.5-alt1
- restrict sudo args
- small fixes
...
...
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