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
ebe6069f
Commit
ebe6069f
authored
Feb 11, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: add commands
parent
55c87b3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
epm
bin/epm
+4
-0
No files found.
bin/epm
View file @
ebe6069f
...
@@ -119,6 +119,7 @@ check_command()
...
@@ -119,6 +119,7 @@ check_command()
# do not override command
# do not override command
[
-z
"
$epm_cmd
"
]
||
return
[
-z
"
$epm_cmd
"
]
||
return
# Base commands
case
$1
in
case
$1
in
-i
|
install
|
add
)
# HELPCMD: install package(s) from remote repositories or from local file
-i
|
install
|
add
)
# HELPCMD: install package(s) from remote repositories or from local file
epm_cmd
=
install
epm_cmd
=
install
...
@@ -136,6 +137,7 @@ check_command()
...
@@ -136,6 +137,7 @@ check_command()
epm_cmd
=
query_file
epm_cmd
=
query_file
;;
;;
# Useful commands
reinstall
)
# HELPCMD: reinstall package(s) from remote repositories or from local file
reinstall
)
# HELPCMD: reinstall package(s) from remote repositories or from local file
epm_cmd
=
reinstall
epm_cmd
=
reinstall
;;
;;
...
@@ -164,6 +166,7 @@ check_command()
...
@@ -164,6 +166,7 @@ check_command()
epm_cmd
=
packages
epm_cmd
=
packages
;;
;;
# Repository control
update
)
# HELPCMD: update remote package repository databases
update
)
# HELPCMD: update remote package repository databases
epm_cmd
=
update
epm_cmd
=
update
;;
;;
...
@@ -177,6 +180,7 @@ check_command()
...
@@ -177,6 +180,7 @@ check_command()
epm_cmd
=
removerepo
epm_cmd
=
removerepo
;;
;;
# Other commands
clean
)
# HELPCMD: clean local package cache
clean
)
# HELPCMD: clean local package cache
epm_cmd
=
clean
epm_cmd
=
clean
;;
;;
...
...
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