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
d4b3582a
Commit
d4b3582a
authored
3 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-update: don't use pkg_filenames
parent
16a8d2ad
master
3.32.0
3.29.0
3.28.5
3.27.0
3.26.10
3.23.0
3.22.3
3.22.2
3.22.1
3.21.8
3.19.4
3.18.6
3.17.3-alt1
3.17.0
3.16.1
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
6 deletions
+5
-6
epm-Install
bin/epm-Install
+1
-1
epm-Upgrade
bin/epm-Upgrade
+1
-2
epm-check_updated_repo
bin/epm-check_updated_repo
+1
-1
epm-full_upgrade
bin/epm-full_upgrade
+1
-1
epm-update
bin/epm-update
+1
-1
No files found.
bin/epm-Install
View file @
d4b3582a
...
...
@@ -28,7 +28,7 @@ epm_Install()
[
-z
"
$files$names
"
]
&&
info
"Install: Skip empty install list."
&&
return
22
(
pkg_filenames
=
''
epm_update
)
||
{
[
-n
"
$force
"
]
||
return
;
}
epm_update
||
{
[
-n
"
$force
"
]
||
return
;
}
epm_install_names
$names
||
return
...
...
This diff is collapsed.
Click to expand it.
bin/epm-Upgrade
View file @
d4b3582a
...
...
@@ -22,7 +22,6 @@ load_helper epm-upgrade
epm_Upgrade
()
{
(
pkg_filenames
=
''
epm_update
)
epm_update
epm_upgrade
}
This diff is collapsed.
Click to expand it.
bin/epm-check_updated_repo
View file @
d4b3582a
...
...
@@ -63,7 +63,7 @@ update_repo_if_needed()
if
!
__is_repo_info_downloaded
||
!
__is_repo_info_uptodate
;
then
load_helper epm-update
# FIXME: cleans!!!
(
pkg_filenames
=
''
epm_update
)
epm_update
fi
cd
-
>
/dev/null
||
fatal
...
...
This diff is collapsed.
Click to expand it.
bin/epm-full_upgrade
View file @
d4b3582a
...
...
@@ -23,7 +23,7 @@ load_helper epm-kernel_update
epm_full_upgrade
()
{
(
pkg_filenames
=
''
epm_update
)
||
return
epm_update
||
return
epm_upgrade
||
return
...
...
This diff is collapsed.
Click to expand it.
bin/epm-update
View file @
d4b3582a
...
...
@@ -23,7 +23,7 @@ load_helper epm-sh-warmup
epm_update
()
{
[
-z
"
$
pkg_filenames
"
]
||
fatal
"No arguments are allowed here"
[
-z
"
$
*
"
]
||
fatal
"No arguments are allowed here"
info
"Running command for update remote package repository database"
warmup_hibase
...
...
This diff is collapsed.
Click to expand it.
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