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
Updated by Matthieu CERDA over 11 years ago
- Status changed from New to Rejected
- Assignee set to Matthieu CERDA
- Priority changed from N/A to 1 (highest)
I am unable to reproduce this on the latest version of the Technique library, sorry :(. Please re-open this if you encounter this again !
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category changed from Techniques to Techniques
Actions