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
606165ed
Commit
606165ed
authored
Jul 12, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
always put dirs in pkg_names
parent
f3bd2eb6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
epm
bin/epm
+3
-2
epm-provides
bin/epm-provides
+1
-1
epm-query
bin/epm-query
+1
-1
epm-requires
bin/epm-requires
+1
-1
No files found.
bin/epm
View file @
606165ed
...
@@ -350,10 +350,11 @@ fi
...
@@ -350,10 +350,11 @@ fi
pkg_files
=
$(
strip_spaces
"
$pkg_files
"
)
pkg_files
=
$(
strip_spaces
"
$pkg_files
"
)
pkg_dirs
=
$(
strip_spaces
"
$pkg_dirs
"
)
pkg_dirs
=
$(
strip_spaces
"
$pkg_dirs
"
)
pkg_names
=
$(
strip_spaces
"
$pkg_names
"
)
# in common case dirs equals to names only suddenly
pkg_names
=
$(
strip_spaces
"
$pkg_names
$pkg_dirs
"
)
pkg_urls
=
$(
strip_spaces
"
$pkg_urls
"
)
pkg_urls
=
$(
strip_spaces
"
$pkg_urls
"
)
pkg_filenames
=
$(
strip_spaces
"
$pkg_files
$pkg_
dirs
$pkg_
names
"
)
pkg_filenames
=
$(
strip_spaces
"
$pkg_files
$pkg_names
"
)
# Just debug
# Just debug
#echover "command: $epm_cmd"
#echover "command: $epm_cmd"
...
...
bin/epm-provides
View file @
606165ed
...
@@ -105,5 +105,5 @@ epm_provides()
...
@@ -105,5 +105,5 @@ epm_provides()
[
-n
"
$pkg_filenames
"
]
||
fatal
"Provides: missing package(s) name"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Provides: missing package(s) name"
epm_provides_files
$pkg_files
epm_provides_files
$pkg_files
epm_provides_names
$pkg_names
$pkg_dirs
epm_provides_names
$pkg_names
}
}
bin/epm-query
View file @
606165ed
...
@@ -185,5 +185,5 @@ epm_query()
...
@@ -185,5 +185,5 @@ epm_query()
__epm_query_file
$pkg_files
||
return
__epm_query_file
$pkg_files
||
return
__epm_query_name
$pkg_names
$pkg_dirs
||
return
__epm_query_name
$pkg_names
||
return
}
}
bin/epm-requires
View file @
606165ed
...
@@ -104,5 +104,5 @@ epm_requires()
...
@@ -104,5 +104,5 @@ epm_requires()
{
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Requires: missing package(s) name"
[
-n
"
$pkg_filenames
"
]
||
fatal
"Requires: missing package(s) name"
epm_requires_files
$pkg_files
epm_requires_files
$pkg_files
epm_requires_names
$pkg_names
$pkg_dirs
epm_requires_names
$pkg_names
}
}
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