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
f42c0ade
Commit
f42c0ade
authored
Mar 02, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Plain Diff
backported to p8 as 2.0.2-alt0.M80P.1 (with rpmbph script)
parents
f19e6172
b8a45e95
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
5 deletions
+17
-5
TODO
TODO
+3
-0
distr_info
bin/distr_info
+1
-1
epm-download
bin/epm-download
+2
-0
epm-release_upgrade
bin/epm-release_upgrade
+1
-1
epm-sh-functions
bin/epm-sh-functions
+2
-1
eepm.spec
eepm.spec
+8
-2
No files found.
TODO
View file @
f42c0ade
TODO: yaourt (pacman frontend), need we?
https://archlinux.fr/man/yaourt.8.html
/etc/eepm.conf конфиг
<<<<<<< HEAD
...
...
bin/distr_info
View file @
f42c0ade
...
...
@@ -97,7 +97,7 @@ if distro altlinux-release ; then
if
has Sisyphus
;
then
DISTRIB_RELEASE
=
"Sisyphus"
elif
has
"ALT Linux 7."
;
then
DISTRIB_RELEASE
=
"p7"
elif
has
"ALT Linux 8."
;
then
DISTRIB_RELEASE
=
"p8"
elif
has
"ALT
Workstation K 8.
"
;
then
DISTRIB_RELEASE
=
"p8"
elif
has
"ALT
.*8.[0-9]
"
;
then
DISTRIB_RELEASE
=
"p8"
elif
has
"Simply Linux 6."
;
then
DISTRIB_RELEASE
=
"p6"
elif
has
"Simply Linux 7."
;
then
DISTRIB_RELEASE
=
"p7"
elif
has
"Simply Linux 8."
;
then
DISTRIB_RELEASE
=
"p8"
...
...
bin/epm-download
View file @
f42c0ade
...
...
@@ -21,6 +21,8 @@ __use_url_install()
{
case
$DISTRNAME
in
"ALTLinux"
)
# not for https
echo
"
$pkg_urls
"
|
grep
-q
"https://"
&&
return
1
pkg_names
=
"
$pkg_names
$pkg_urls
"
return
0
;;
...
...
bin/epm-release_upgrade
View file @
f42c0ade
...
...
@@ -117,7 +117,7 @@ __update_to_the_distro()
;;
Sisyphus
)
docmd epm update
||
fatal
docmd epm
install
apt rpm apt-conf-sisyphus altlinux-release-sisyphus
||
fatal
"Check an error and run again"
docmd epm
install
apt rpm
librpm7 librpm
apt-conf-sisyphus altlinux-release-sisyphus
||
fatal
"Check an error and run again"
docmd epm upgrade
||
fatal
"Check an error and run epm release-upgrade again"
;;
*
)
...
...
bin/epm-sh-functions
View file @
f42c0ade
...
...
@@ -523,6 +523,7 @@ is_active_systemd()
[
-x
"
$SYSTEMCTL
"
]
||
return
[
-d
"
$SYSTEMD_CGROUP_DIR
"
]
||
return
a
=
mountpoint
-q
"
$SYSTEMD_CGROUP_DIR
"
||
return
readlink
/sbin/init |
grep
-q
'systemd'
||
return
# some hack
ps ax |
grep
'[s]ystemd'
|
grep
-
v
'systemd-udev'
>
/dev/null
ps ax |
grep
'[s]ystemd'
|
grep
-
q
-v
'systemd-udev'
}
eepm.spec
View file @
f42c0ade
# This spec is backported to ALTLinux p8 automatically by rpmbph script from etersoft-build-utils.
#
Name: eepm
Version: 2.0.
1
Version: 2.0.
2
Release: alt0.M80P.1
Summary: Etersoft EPM package manager
...
...
@@ -68,9 +68,15 @@ chmod a+x %buildroot%_datadir/%name/tools_*
%_sysconfdir/bash_completion.d/cerv
%changelog
* T
ue Feb 07 2017 Vitaly Lipatov <lav@altlinux.ru> 2.0.1
-alt0.M80P.1
* T
hu Mar 02 2017 Vitaly Lipatov <lav@altlinux.ru> 2.0.2
-alt0.M80P.1
- backport to ALTLinux p8 (by rpmbph script)
* Thu Mar 02 2017 Vitaly Lipatov <lav@altlinux.ru> 2.0.2-alt1
- distr_info: fix version detection for all ALT p8 distros
- add workaround for ALT rpm missed https support
- install librpm7 during upgrade to Sisyphus
- improve systemd checking
* Tue Feb 07 2017 Vitaly Lipatov <lav@altlinux.ru> 2.0.1-alt1
- autoremove: skip -32bit suffix
...
...
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