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
5192bf9d
Commit
5192bf9d
authored
Jan 31, 2025
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Feb 01, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm update: fix getting package list (eterbug #17995)
parent
bffd3c9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
epm-list_available
bin/epm-list_available
+1
-1
epm-update
bin/epm-update
+1
-1
No files found.
bin/epm-list_available
View file @
5192bf9d
...
...
@@ -43,7 +43,7 @@ epm_list_available()
# use cache we got during epm update
# TODO: update from this place if obsoleted
if
[
-n
"
$short
"
]
;
then
if
[
-n
"
$short
"
]
&&
[
-z
"
$update
"
]
;
then
if
[
-s
$epm_vardir
/available-packages
]
;
then
cat
$epm_vardir
/available-packages
return
...
...
bin/epm-update
View file @
5192bf9d
...
...
@@ -56,7 +56,7 @@ __save_available_packages()
info
"Retrieving list of all available packages (for autocompletion) ..."
load_helper epm-list_available
short
=
--short
epm_list_available |
sort
| sudorun
tee
$epm_vardir
/available-packages
>
/dev/null
short
=
--short
update
=
update
epm_list_available |
sort
| sudorun
tee
$epm_vardir
/available-packages
>
/dev/null
}
__epm_update_content_index
()
...
...
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