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
Builder Robot
eepm
Commits
a83c67fe
Commit
a83c67fe
authored
Dec 10, 2025
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Dec 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zsh&bash completion: add deferred devel & beta repo; fix typo
parent
53bbbdf9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
eepm
bash_completion/eepm
+1
-1
_eepm
zsh_completion/_eepm
+2
-1
No files found.
bash_completion/eepm
View file @
a83c67fe
...
@@ -170,7 +170,7 @@ __eepm_complete_repolist() {
...
@@ -170,7 +170,7 @@ __eepm_complete_repolist() {
if [[ $cur == */* ]]; then
if [[ $cur == */* ]]; then
_filedir
_filedir
elif [[ $(epm print info -s) == 'alt' ]]; then
elif [[ $(epm print info -s) == 'alt' ]]; then
COMPREPLY="basealt altsp yandex autoimports autoports altlinuxclub deferred deferred.org
etersoft korinf archive URL
"
COMPREPLY="basealt altsp yandex autoimports autoports altlinuxclub deferred deferred.org
deferred-beta deferred-devel etersoft korinf archive
"
COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- "$cur" ) )
COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- "$cur" ) )
fi
fi
}
}
...
...
zsh_completion/_eepm
View file @
a83c67fe
...
@@ -471,7 +471,8 @@ _epm_complete_repolist() {
...
@@ -471,7 +471,8 @@ _epm_complete_repolist() {
'etersoft:Etersoft repository'
'etersoft:Etersoft repository'
'korinf:Korinf repository'
'korinf:Korinf repository'
'archive:Archive repository'
'archive:Archive repository'
'URL:Specify a URL for the repository'
'deferred-devel:Deferred devel repository'
'deferred-beta:Deferred beta repository'
)
)
if [[ ${words[CURRENT]} == */* ]]; then
if [[ ${words[CURRENT]} == */* ]]; then
...
...
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