Actions
Bug #3572
closedAutomatic distribution detection ignored in AptPackageManagerSettings
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When we check "detect distribution automatically" in the AptPackageManagerSettings Technique while having a non-empty 'Distribution' field, the technique will only use the value in field.
The distribution field should be ignored if the "detect distribution automatically" checkbox is checked.
ie : I want to add the repository test to my squeeze machine.
- First case : Directive with automatic detection
result in /etc/apt/source.list.d/rudder-apt.list :deb test squeeze main
- Second case : Directive without automatic detection and distroy "wheezy" set
result in /etc/apt/source.list.d/rudder-apt.list :deb test wheezy main
- Third case : Directive with automatic detection and distroy "wheezy" set
result in /etc/apt/source.list.d/rudder-apt.list :deb test wheezy main
It should be:deb test squeeze main
Actions