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
10f6f3f1
Commit
10f6f3f1
authored
Jul 19, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename queryl to filelist
parent
c7af7a9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
epm
bin/epm
+2
-2
epm-filelist
bin/epm-filelist
+3
-3
No files found.
bin/epm
View file @
10f6f3f1
...
@@ -124,8 +124,8 @@ for opt in "$@" ; do
...
@@ -124,8 +124,8 @@ for opt in "$@" ; do
-qf
)
-qf
)
epm_cmd
=
query_file
epm_cmd
=
query_file
;;
;;
-ql
)
-ql
|
filelist
)
epm_cmd
=
queryl
epm_cmd
=
filelist
;;
;;
*
)
*
)
if
[
-f
"
$opt
"
]
;
then
if
[
-f
"
$opt
"
]
;
then
...
...
bin/epm-
queryl
→
bin/epm-
filelist
View file @
10f6f3f1
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
# copied from korinf/tools/run-script/scripts/search
# copied from korinf/tools/run-script/scripts/search
epm_
queryl
()
epm_
filelist
()
{
{
[
-n
"
$pkg_file
name
s
"
]
||
fatal
"Run query without names"
[
-n
"
$pkg_files
"
]
||
fatal
"Run query without names"
case
$DISTRNAME
in
case
$DISTRNAME
in
"ALTLinux"
|
"PCLinux"
)
"ALTLinux"
|
"PCLinux"
)
...
@@ -46,6 +46,6 @@ case $DISTRNAME in
...
@@ -46,6 +46,6 @@ case $DISTRNAME in
;;
;;
esac
esac
docmd
$CMD
$pkg_file
name
s
docmd
$CMD
$pkg_files
}
}
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