add-apt-repository should write to a new file in /etc/apt/sources.list.d/ rather than /etc/apt/source.list
Bug #503905 reported by
Adam Nelson
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-properties (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Package: python-
Release: 9.10 karmic-update
Expected: When running "sudo add-apt-repository "deb http://
What happens: Instead, /etc/apt/
Typically, if a debian package has configuration changes, they should be in the .d/ directory for management (i.e. if urls are changed in the base installation, etc...)
To post a comment you must log in.
What do you think about a option for this? Like --sources-list-file ? The default for PPAs is already a sources.list.d file.