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
3ab1c90c
Commit
3ab1c90c
authored
Apr 05, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repo: change order of commands in the help
parent
2874b087
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
epm-repo
bin/epm-repo
+20
-20
No files found.
bin/epm-repo
View file @
3ab1c90c
...
...
@@ -60,22 +60,6 @@ epm_repo()
load_helper epm-repofix
epm_reposwitch
"
$@
"
;;
index
)
# HELPCMD: index repo: [--init] [path] [name]
load_helper epm-repoindex
epm_repoindex
"
$@
"
;;
pkgadd
)
# HELPCMD: add to <dir> applied <package-filename1> [<package-filename2>...]
load_helper epm-repopkg
epm_repo_pkgadd
"
$@
"
;;
pkgupdate
)
# HELPCMD: replace in <dir> with new <package-filename1> [<package-filename2>...]
load_helper epm-repopkg
epm_repo_pkgupdate
"
$@
"
;;
pkgdel
)
# HELPCMD: del from <dir> <package1> [<package2>...]
load_helper epm-repopkg
epm_repo_pkgdel
"
$@
"
;;
enable
)
# HELPCMD: enable <repo>
load_helper epm-repoenable
epm_repoenable
"
$@
"
...
...
@@ -84,6 +68,10 @@ epm_repo()
load_helper epm-repodisable
epm_repodisable
"
$@
"
;;
addkey
)
# HELPCMD: add repository gpg key
load_helper epm-addrepo
epm_addkey
"
$@
"
;;
clean
)
# HELPCMD: remove temp. repos (tasks and CD-ROMs)
# TODO: check for ALT
sudocmd apt-repo
$dryrun
clean
...
...
@@ -109,10 +97,6 @@ epm_repo()
epm_addrepo
"
$@
"
epm update
;;
addkey
)
# HELPCMD: add repository gpg key
load_helper epm-addrepo
epm_addkey
"
$@
"
;;
rm
|
remove
)
# HELPCMD: remove repository from the sources lists (epm repo remove all for all)
load_helper epm-removerepo
epm_removerepo
"
$@
"
...
...
@@ -120,6 +104,22 @@ epm_repo()
comment
)
# HELPCMD: comment out repository line from the sources lists
load_helper epm-commentrepo
epm_commentrepo
"
$@
"
index
)
# HELPCMD: index repo: [--init] [path] [name]
load_helper epm-repoindex
epm_repoindex
"
$@
"
;;
pkgadd
)
# HELPCMD: add to <dir> applied <package-filename1> [<package-filename2>...]
load_helper epm-repopkg
epm_repo_pkgadd
"
$@
"
;;
pkgupdate
)
# HELPCMD: replace in <dir> with new <package-filename1> [<package-filename2>...]
load_helper epm-repopkg
epm_repo_pkgupdate
"
$@
"
;;
pkgdel
)
# HELPCMD: del from <dir> <package1> [<package2>...]
load_helper epm-repopkg
epm_repo_pkgdel
"
$@
"
;;
*
)
fatal
"Unknown command
$
epm repo '
$CMD
'"
...
...
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