Actions
User story #4823
closedBe able to install 32 bits packages with "Success" reports
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Installing packages 32 bits with zypper is easy:
- Ensure to have 32 bits packages repository containing the package you want (zypper search will not display it)
- Use "zypper install mypackage.i586"
The problem is that CFEngine compare the name of the package which is "mypackage.i586" here with the name of the package "mypackage". It will not match and will send a repaired status to Rudder.
We lack of a bundle to add packages in an specific architecture. For this example, a bundle package_install_version_cmp(mypackage, latest, i586, add).
Updated by Alexis Mousset over 7 years ago
- Status changed from New to Rejected
The old package methods are deprectated, and the new ones handle architecture choice.
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods to Generic methods
Actions