-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg.uptodate: Pass kwargs to pkg.list_upgrades #33880
Commits on Jun 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4f11c16 - Browse repository at this point
Copy the full SHA 4f11c16View commit details -
salt/modules/brew.py: add kwargs to list_upgrades
This is done for API compatibility
Configuration menu - View commit details
-
Copy full SHA for b40fc9b - Browse repository at this point
Copy the full SHA b40fc9bView commit details -
salt/modules/ebuild.py: add kwargs to list_upgrades
This is done for API compatibility
Configuration menu - View commit details
-
Copy full SHA for 76143b7 - Browse repository at this point
Copy the full SHA 76143b7View commit details -
salt/modules/macports.py: add kwargs to list_upgrades
This is done for API compatibility
Configuration menu - View commit details
-
Copy full SHA for 46e5a52 - Browse repository at this point
Copy the full SHA 46e5a52View commit details -
salt/modules/pacman.py: add kwargs to list_upgrades
This is done for API compatibility
Configuration menu - View commit details
-
Copy full SHA for 5179dbc - Browse repository at this point
Copy the full SHA 5179dbcView commit details -
salt/modules/pkgutil.py: add kwargs to list_upgrades
This is done for API compatibility
Configuration menu - View commit details
-
Copy full SHA for 6e89a8b - Browse repository at this point
Copy the full SHA 6e89a8bView commit details -
salt/modules/solarisips.py: add kwargs to list_upgrades
This is done for API compatibility
Configuration menu - View commit details
-
Copy full SHA for bf5505f - Browse repository at this point
Copy the full SHA bf5505fView commit details -
salt/modules/win_pkg.py: add kwargs to list_upgrades
This is done for API compatibility
Configuration menu - View commit details
-
Copy full SHA for 35fbb06 - Browse repository at this point
Copy the full SHA 35fbb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for de90b35 - Browse repository at this point
Copy the full SHA de90b35View commit details -
pkg.uptodate: Pass kwargs to pkg.list_upgrades
This resolves an edge case in which the "fromrepo" argument is passed to the pkg.uptodate state. We pass through the kwargs to pkg.upgrade, but do not pass the same kwargs to list_upgrades, resulting in inconsistent results.
Configuration menu - View commit details
-
Copy full SHA for ea726d1 - Browse repository at this point
Copy the full SHA ea726d1View commit details