Readding repo using apt-add-repository can cause invalid repo line
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-properties (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Removing and readding a PPA can cause invalid repository lines. This doesn't seem to be the case with all repositories, but I've reproduced it consistently with the below steps.
Steps to reproduce.
1) apt-add-repository ppa:mythbuntu/0.25
2) apt-add-repository --remove ppa:mythbuntu/0.25
3) apt-add-repository ppa:mythbuntu/0.25
Expected result: repository .list file contains
deb http://
deb-src http://
Actual result: repository .list file contains
deb-src http://
src http://
This causes apt to fail with an invalid line error.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: apt 0.8.16~exp5ubuntu13
ProcVersionSign
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelMo
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CheckboxSubmission: c3d828e0d2c138c
CheckboxSystem: b845c366ea09c60
Date: Fri Nov 11 23:37:35 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: apt
UpgradeStatus: No upgrade log present (probably fresh install)
Confirmed in Ubuntu 11.10 with python-
tags: | added: testcase |
Although it doesn't happen on all repos, so there is likely a deeper issue, this could probably be resolved by also resolving bug #889406.