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
Nurlan
eepm
Commits
bde29d03
Commit
bde29d03
authored
May 14, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
5179daba
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
2 deletions
+8
-2
TODO
TODO
+2
-0
epm-install-emerge
bin/epm-install-emerge
+1
-0
epm-sh-altlinux
bin/epm-sh-altlinux
+1
-1
epm-sh-functions
bin/epm-sh-functions
+3
-1
serv
bin/serv
+1
-0
No files found.
TODO
View file @
bde29d03
менеджер пакетов из NetBSD — pkgsrc (команды для поиска нужных пакетов – pkgin update; pkgin avail; pkgin search).
Загрузку конфига
Установку пакета по URL
...
...
bin/epm-install-emerge
View file @
bde29d03
...
...
@@ -55,6 +55,7 @@ __emerge_install_ebuild()
# copy tarballs
local
DDIR
=
/usr/portage/distfiles
# FIXME: use independent dir
[
-d
/var/calculate/remote/distfiles
]
&&
DDIR
=
/var/calculate/remote/distfiles
docmd
cp
-f
$TARBALLS
$DDIR
/
||
return
...
...
bin/epm-sh-altlinux
View file @
bde29d03
...
...
@@ -23,7 +23,7 @@ get_local_alt_contents_index()
{
load_helper epm-repolist
epm_repolist |
grep
"rpm
file:/"
|
sed
-e
"s|^rpm
file:||g"
|
while
read
URL ARCH other
;
do
epm_repolist |
grep
"rpm
.*file:/"
|
sed
-e
"s|^rpm.*
file:||g"
|
while
read
URL ARCH other
;
do
test
-d
"
$URL
/
$ARCH
"
||
continue
# fatal "Local mirror is not accessible via $URL/$ARCH"
FILE
=
"
$URL
/
$ARCH
/base/contents_index"
if
[
-r
"
$FILE
"
]
;
then
...
...
bin/epm-sh-functions
View file @
bde29d03
...
...
@@ -288,7 +288,9 @@ __get_package_for_command()
assure_exists
()
{
load_helper epm-assure
__epm_assure
"
$1
"
$(
__get_package_for_command
"
$1
"
)
local
package
=
"
$2
"
[
-n
"
$package
"
]
||
package
=
"
$(
__get_package_for_command
"
$1
"
)
"
__epm_assure
"
$1
"
$package
}
# improve
...
...
bin/serv
View file @
bde29d03
...
...
@@ -241,6 +241,7 @@ if [ -z "$withoutservicename" ] && [ -z "$service_name" ] ; then
fatal
"Run
$ $progname
--help for get help"
fi
# use common way if the command is unknown
if
[
-z
"
$serv_cmd
"
]
;
then
serv_cmd
=
common
fi
...
...
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