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
be8e8d07
Commit
be8e8d07
authored
Jul 11, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backported to p7 as 1.3.0-alt0.M70P.1 (with rpmbph script)
parent
7aaabf25
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
4 deletions
+21
-4
TODO
TODO
+10
-0
epm-check
bin/epm-check
+3
-3
epm-checkpkg
bin/epm-checkpkg
+2
-0
eepm.spec
eepm.spec
+6
-1
No files found.
TODO
View file @
be8e8d07
2. Дописать таблицу на вики на основании реализованных команд.
2. Дописать таблицу на вики на основании реализованных команд.
3. Доделать и проверить deplist|requires
3. Доделать и проверить deplist|requires
https://wiki.archlinux.org/index.php/Pacman_Rosetta
https://wiki.archlinux.org/index.php/Pacman_Rosetta
Вывернуть:
Не case по каждой системе, а в каталоге по каждой системе разместить файлы, выполняющие нужные действия.
apt-rpm/install
apt-rpm/remove
при упаковке лучше собирать в один файл.
Внесто общих функций тоже модули.
bin/epm-check
View file @
be8e8d07
...
@@ -43,9 +43,9 @@ case $PMTYPE in
...
@@ -43,9 +43,9 @@ case $PMTYPE in
emerge
)
emerge
)
sudocmd revdep-rebuild
sudocmd revdep-rebuild
;;
;;
urpm-rpm
)
#
urpm-rpm)
#
sudocmd urpme --auto-orphans
#
sudocmd urpme --auto-orphans
;;
#
;;
zypper-rpm
)
zypper-rpm
)
sudocmd zypper verify
||
exit
sudocmd zypper verify
||
exit
;;
;;
...
...
bin/epm-checkpkg
View file @
be8e8d07
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# TODO: move zip,rar,7z to arc project, and pack all to check_pkg_integrity
# also use arc project if installed
check_rpm_integrity
()
check_rpm_integrity
()
{
{
docmd rpm
--checksig
$@
docmd rpm
--checksig
$@
...
...
eepm.spec
View file @
be8e8d07
# This spec is backported to ALTLinux p7 automatically by rpmbph script. Do not edit it.
#
Name: eepm
Name: eepm
Version: 1.3.0
Version: 1.3.0
Release: alt1
Release: alt
0.M70P.
1
Summary: Etersoft EPM package manager
Summary: Etersoft EPM package manager
...
@@ -62,6 +64,9 @@ chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
...
@@ -62,6 +64,9 @@ chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
%_sysconfdir/bash_completion.d/cerv
%_sysconfdir/bash_completion.d/cerv
%changelog
%changelog
* Thu Jul 11 2013 Vitaly Lipatov <lav@altlinux.ru> 1.3.0-alt0.M70P.1
- backport to ALTLinux p7 (by rpmbph script)
* Thu Jul 11 2013 Vitaly Lipatov <lav@altlinux.ru> 1.3.0-alt1
* Thu Jul 11 2013 Vitaly Lipatov <lav@altlinux.ru> 1.3.0-alt1
- slackware: fix repo update, fix install pkg from file
- slackware: fix repo update, fix install pkg from file
- query, packages: print out in name-version format
- query, packages: print out in name-version format
...
...
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