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
3d4c32f3
Commit
3d4c32f3
authored
May 07, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm downgrade: download files by pkg_urls in a common place
parent
fb09aa40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
epm-downgrade
bin/epm-downgrade
+7
-5
No files found.
bin/epm-downgrade
View file @
3d4c32f3
...
...
@@ -77,6 +77,13 @@ epm_downgrade()
# it is useful for first time running
update_repo_if_needed
# if possible, it will put pkg_urls into pkg_files and reconstruct pkg_filenames
if
[
-n
"
$pkg_urls
"
]
;
then
info
"Downloading packages assigned to downgrade ..."
load_helper epm-download
__handle_pkg_urls_to_install
fi
info
"Running command for downgrade packages"
case
$BASEDISTRNAME
in
...
...
@@ -90,11 +97,6 @@ epm_downgrade()
elif
[
-n
"
$pkg_files
"
]
;
then
load_helper epm-install
(
pkg_files
=
$pkg_files
force
=
"
$force
-F --oldpackage"
epm_install
)
else
__epm_add_alt_apt_downgrade_preferences
||
return
load_helper epm-upgrade
epm_upgrade
"
$@
"
__epm_remove_apt_downgrade_preferences
fi
return
;;
...
...
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