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
ec11eef2
Commit
ec11eef2
authored
Nov 05, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: add alias for policy (resolve) and release-upgrade (upgrade-system)
parent
59ffa936
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
epm
bin/epm
+2
-2
No files found.
bin/epm
View file @
ec11eef2
...
...
@@ -232,7 +232,7 @@ check_command()
assure
)
# HELPCMD: <command> [package]: install package if command does not exist
epm_cmd
=
assure
;;
policy
)
# HELPCMD: print detailed information about the priority selection of package
policy
|resolve
)
# HELPCMD: print detailed information about the priority selection of package
epm_cmd
=
policy
;;
...
...
@@ -252,7 +252,7 @@ check_command()
removerepo|rr
)
# HELPCMD: remove package repo
epm_cmd
=
removerepo
;;
release-upgrade|upgrade-release
)
# HELPCMD: update whole system to the release in arg (default: next (latest) release)
release-upgrade|upgrade-release
|upgrade-system
)
# HELPCMD: update whole system to the release in arg (default: next (latest) release)
epm_cmd
=
release_upgrade
;;
kernel-update|kernel-upgrade|update-kernel|upgrade-kernel
)
# HELPCMD: update system kernel to the last repo version
...
...
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