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
05a6e2fc
Commit
05a6e2fc
authored
Oct 10, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
3b92fde7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
TODO
TODO
+2
-0
epm
bin/epm
+1
-0
epm-install
bin/epm-install
+5
-1
epm-packages
bin/epm-packages
+3
-3
No files found.
TODO
View file @
05a6e2fc
dotty - через ссылки на реальные названия (epm req верхнего уровня)
менеджер пакетов из NetBSD — pkgsrc (команды для поиска нужных пакетов – pkgin update; pkgin avail; pkgin search).
Загрузку конфига
...
...
bin/epm
View file @
05a6e2fc
...
...
@@ -289,6 +289,7 @@ check_option()
short
=
"--short"
;;
--sort
)
# HELPOPT: sort output, f.i. --sort=size (supported only for packages command)
# TODO: how to read arg?
sort
=
"
$1
"
;;
--auto
)
# HELPOPT: non interactive mode
...
...
bin/epm-install
View file @
05a6e2fc
...
...
@@ -246,6 +246,10 @@ epm_install_files()
{
[
-z
"
$1
"
]
&&
return
# TODO: check read permissions
# sudo test -r FILE
# do not fallback to install_names if we have no permissions
case
$PMTYPE
in
apt-rpm
)
sudocmd rpm
-Uvh
$force
$nodeps
$@
&&
return
...
...
@@ -341,7 +345,7 @@ epm_install_files()
return
;;
slackpkg
)
# FIXME: check for full package name
# FIXME: broken status when use batch and default answer
# FIXME: broken status when use batch and default answer
__separate_sudocmd_foreach
"/sbin/installpkg"
"/sbin/upgradepkg"
$@
return
;;
esac
...
...
bin/epm-packages
View file @
05a6e2fc
...
...
@@ -90,9 +90,9 @@ case $PMTYPE in
conary
)
CMD
=
"conary query"
;;
#
chocolatey)
#
CMD="chocolatey list"
#
;;
chocolatey
)
CMD
=
"chocolatey list"
;;
slackpkg
)
CMD
=
"ls -1 /var/log/packages/"
if
[
-n
"
$short
"
]
;
then
...
...
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