You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional question. Most of the time, there's not many ifixes to be removed or to be installed. Will it be better to iterate the list of ifixes, or just to use list_file to perform the action?
referring to the
emgr
module.currently, the module accepts
list_file
as parameter which takes a file, containing a list of paths or labels.Instead of this, can you create another parameter such as
ifix_packages
(or reuse the same parameter) to accept list of paths to the ifixes?With that, it will create a temporary file containing this list of paths, which emgr will use -f to execute as well.
Example:
The text was updated successfully, but these errors were encountered: