[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2013-01-05 Thread libor
** Branch unlinked: lp:software-properties -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/579669 Title: Creates sources.list.d file with illegal character in name To manage notifications about this

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.76 --- software-properties (0.76) maverick; urgency=low [ Jonathan Harker ] * Improve documentation for apt-add-repository (LP: #586790) [ mac9416 ] * Fixed bug LP: #446216: added --remove option to

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-08-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/software-properties -- Creates sources.list.d file with illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-08-12 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties -- Creates sources.list.d file with illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-07-19 Thread mac9416
I went ahead and submitted a merge request for the patch. It seems to do what its supposed to do. If there's anything wrong, the software- properties folks will catch it. Here's the request: https://code.launchpad.net/~mac9416/software-properties/illegalcharfix/+merge/30334 ** Tags added:

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-07-19 Thread Adam Guthrie
That's correct. The patch uses percent encoding (http://en.wikipedia.org/wiki/Percent-encoding), except '%' is also a reserved character here, so we escape '-' and then use '-' and the escape character by replacing '%' with '-'. The patch can be tidied slightly by using urllib2.quote rather

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-07-19 Thread Adam Guthrie
* as the escape character -- Creates sources.list.d file with illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-07-14 Thread mac9416
Hi, Adam, What does your patch change the + in sources.list.d lists to? For me, sevenmachines-release+1-lucid.list became sevenmachines-release- 2B1-lucid.list. Is this what should happen? -- Creates sources.list.d file with illegal character in name https://bugs.launchpad.net/bugs/579669 You

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-06-23 Thread Adam Guthrie
Marking as confirmed due to the duplicate bug ** Changed in: software-properties Status: Incomplete = Confirmed ** Changed in: software-properties (Ubuntu) Status: Incomplete = Confirmed -- Creates sources.list.d file with illegal character in name

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-05-14 Thread Adam Guthrie
Here's a patch to fix this issue. ** Patch added: ppa.py.patch http://launchpadlibrarian.net/48430701/ppa.py.patch -- Creates sources.list.d file with illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 579669] Re: Creates sources.list.d file will illegal character in name

2010-05-13 Thread Adam Guthrie
** Also affects: software-properties Importance: Undecided Status: New ** Description changed: 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

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-05-13 Thread Adam Guthrie
** Summary changed: - Creates sources.list.d file will illegal character in name + Creates sources.list.d file with illegal character in name -- Creates sources.list.d file with illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a

[Bug 579669] Re: Creates sources.list.d file with illegal character in name

2010-05-13 Thread Mark Jones
** Changed in: software-properties Status: New = Incomplete -- Creates sources.list.d file with illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 579669] Re: Creates sources.list.d file will illegal character in name

2010-05-12 Thread Mark Jones
(+) may be seen as an invalid character for a sources.list entry. You have already pointed out valid characters and (+) is not one of those. -- Creates sources.list.d file will illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a

[Bug 579669] Re: Creates sources.list.d file will illegal character in name

2010-05-12 Thread Mark Jones
(+) may be seen as an invalid character for a sources.list entry. You have already pointed out valid characters and (+) is not one of those. -- Creates sources.list.d file will illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a

[Bug 579669] Re: Creates sources.list.d file will illegal character in name

2010-05-12 Thread Mark Jones
** Changed in: software-properties (Ubuntu) Status: New = Incomplete -- Creates sources.list.d file will illegal character in name https://bugs.launchpad.net/bugs/579669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --