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
06d1fa50
Commit
06d1fa50
authored
Aug 03, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove obsoleted commands
parent
657ba476
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
10 deletions
+1
-10
epm-check
bin/epm-check
+0
-2
epm-filelist
bin/epm-filelist
+0
-2
epm-packages
bin/epm-packages
+0
-2
epm-query
bin/epm-query
+0
-2
epm-query_file
bin/epm-query_file
+1
-2
No files found.
bin/epm-check
View file @
06d1fa50
...
...
@@ -18,8 +18,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# copied from korinf/tools/run-script/scripts/update
epm_check
()
{
case
$PMTYPE
in
...
...
bin/epm-filelist
View file @
06d1fa50
...
...
@@ -18,8 +18,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# copied from korinf/tools/run-script/scripts/search
epm_filelist
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Run query without names"
...
...
bin/epm-packages
View file @
06d1fa50
...
...
@@ -18,8 +18,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# copied from korinf/tools/run-script/scripts/search
epm_packages
()
{
...
...
bin/epm-query
View file @
06d1fa50
...
...
@@ -18,8 +18,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# copied from korinf/tools/run-script/scripts/search
epm_query
()
{
[
-n
"
$pkg_filenames
"
]
||
fatal
"Run query without names"
...
...
bin/epm-query_file
View file @
06d1fa50
...
...
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
# etersoft-build-utils/bin/rpmqf
#
copied from
etersoft-build-utils/bin/rpmqf
# use and modify TOFILE recursively
real_file
()
...
...
@@ -45,7 +45,6 @@ real_file()
FULLFILEPATH
=
`
readlink
-f
$TOFILE
`
}
# copied from korinf/tools/run-script/scripts/search
__do_query
()
{
case
$PMTYPE
in
...
...
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