[Bug 585720] Re: add-apt-repository does not handle "+" in PPAs
Robert Roth
evfool at gmail.com
Tue Feb 14 13:53:19 UTC 2012
Thanks. I am closing this as fix released based on the reporter's last comment.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad
** Changed in: software-properties (Ubuntu)
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/585720
Title:
add-apt-repository does not handle "+" in PPAs
Status in “software-properties” package in Ubuntu:
Fix Released
Bug description:
If I add a PPA with a "+" in its name, add-apt-repository works
without a warning or error, but apt-get update then ignores the added
apt source, as files with "+" are ignored in /etc/apt/source.list.d/:
$ sudo add-apt-repository ppa:user/xxx+yyy
[...]
$ sudo aptitude update # does not update packages from above PPA
[...]
$ cat /etc/apt/sources.list.d/user-xxx+yyy-lucid.list
deb http://ppa.launchpad.net/user/xxx+yyy/ubuntu lucid main
Moving /etc/apt/sources.list.d/user-xxx+yyy-lucid.list to
/etc/apt/sources.list.d/user-xxx-yyy-lucid.list fixes the problem:
$ cat /etc/apt/sources.list.d/user-xxx+yyy-lucid.list /etc/apt/sources.list.d/user-xxx-yyy-lucid.list
$ sudo aptitude update # updates packages from above PPA works now
[...]
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/585720/+subscriptions
More information about the foundations-bugs
mailing list