Project

General

Profile

Actions

Bug #3572

closed

Automatic distribution detection ignored in AptPackageManagerSettings

Added by Vincent MEMBRÉ almost 11 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
1
Assignee:
Matthieu CERDA
Category:
Techniques
Target version:
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 #1

Updated by Matthieu CERDA almost 11 years ago

  • Status changed from New to Rejected
  • Assignee set to Matthieu CERDA
  • Priority changed from N/A to 1

I am unable to reproduce this on the latest version of the Technique library, sorry :(. Please re-open this if you encounter this again !

Actions #2

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 24 to Rudder
  • Category changed from Techniques to Techniques
Actions

Also available in: Atom PDF