[Bug 585720] Re: add-apt-repository does not handle "+" in PPAs
Robert Roth
evfool at gmail.com
Sat Feb 11 04:16:35 UTC 2012
Thank you for taking the time tor report this bug. Could you please specify an example PPA with a + sign in it, as it is hard to find such a PPA to test this bug.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad
** Changed in: software-properties (Ubuntu)
Status: New => Incomplete
** Changed in: software-properties (Ubuntu)
Importance: Undecided => Low
--
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:
Incomplete
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