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
50222c35
Commit
50222c35
authored
Sep 06, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-downgrade: fix downgrade a package
parent
a7199053
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
epm
bin/epm
+0
-1
epm-downgrade
bin/epm-downgrade
+6
-1
No files found.
bin/epm
View file @
50222c35
...
...
@@ -331,7 +331,6 @@ check_command()
;;
downgrade
)
# HELPCMD: downgrade [all] packages to the repo state
epm_cmd
=
downgrade
direct_args
=
1
;;
download
)
# HELPCMD: download package(s) file to the current dir
epm_cmd
=
download
...
...
bin/epm-downgrade
View file @
50222c35
...
...
@@ -78,9 +78,14 @@ epm_downgrade()
apt-rpm
)
local
APTOPTIONS
=
"
$(
subst_option non_interactive
-y
)
"
__epm_add_alt_apt_downgrade_preferences
||
return
load_helper epm-upgrade
# pass pkg_filenames too
if
[
-n
"
$pkg_names
"
]
;
then
load_helper epm-install
(
pkg_names
=
$pkg_names
epm_install
)
else
load_helper epm-upgrade
epm_upgrade
"
$@
"
fi
__epm_remove_apt_downgrade_preferences
;;
apt-dpkg
)
...
...
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