Comment 0 for bug 579669

Revision history for this message
Adam Guthrie (therigu) wrote : Creates sources.list.d file will illegal character in name

For example:

apt-add-repository ppa:sevenmachines/release+1

creates a file /etc/apt/sources.list.d/sevenmachines-release+1-lucid.list.

However, man sources.list says

File names need to end with .list and may only contain letters (a-z and A-Z), digits (0-9), underscore (_), hyphen (-) and period (.) characters. Otherwise they will be silently ignored.

So that's what happens.

Ubuntu 10.04
python-software-properties 0.75.10