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
68ea3a24
Commit
68ea3a24
authored
3 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-downgrade: downgrade only installed packages
parent
76382d2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
epm-downgrade
bin/epm-downgrade
+2
-2
No files found.
bin/epm-downgrade
View file @
68ea3a24
...
...
@@ -80,11 +80,11 @@ epm_downgrade()
if
[
-n
"
$pkg_names
"
]
;
then
__epm_add_alt_apt_downgrade_preferences
||
return
load_helper epm-install
(
pkg_names
=
$
pkg_names
epm_install
)
(
pkg_names
=
$
(
get_only_installed_packages
$pkg_names
)
epm_install
)
__epm_remove_apt_downgrade_preferences
elif
[
-n
"
$pkg_files
"
]
;
then
load_helper epm-install
(
pkg_files
=
$pkg_files
force
=
"
$force
--oldpackage"
epm_install
)
(
pkg_files
=
$pkg_files
force
=
"
$force
-
F -
-oldpackage"
epm_install
)
else
__epm_add_alt_apt_downgrade_preferences
||
return
load_helper epm-upgrade
...
...
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