add-apt-repository should allow version specification or offer next highest repo version if repo for running version is not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-properties (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned | ||
Bug Description
Let's say I'm running the Lucid alphas but the PPA only offers up to Karmic.
add-apt-repository does not let me specify Karmic and if I use the command as designed, a deb/deb-src line for a non-existent Lucid repo is added to my source list rather than the desired Karmic repo.
In order to get the Karmic repo, I have to add the deb/deb-src manually or through the GUI without automagically getting the necessary GPG keys.
Furthermore, add-apt-repo should automatically offer then next highest repo version if a repo for the running version is not present. If a Lucid repo is not present for my Lucid install, offer the Karmic repo instead.
ProblemType: Bug
Architecture: i386
CheckboxSubmission: b8398b21075a3a8
CheckboxSystem: 703a6ca1eefae98
Date: Sat Jan 2 17:45:19 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20091218.1)
Package: software-
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: software-properties
Tags: lucid
Uname: Linux 2.6.32-9-generic i686
summary: |
- add-apt-repository assumes running version is same as highest version - offered by PPA + add-apt-repository should assume highest version offered by PPA is less + than or equal to running version |
summary: |
- add-apt-repository should assume highest version offered by PPA is less - than or equal to running version + add-apt-repository should offer next highest repo if matching version is + not found |
summary: |
- add-apt-repository should offer next highest repo if matching version is - not found + add-apt-repository should offer next highest repo version if running + version is not found |
summary: |
- add-apt-repository should offer next highest repo version if running - version is not found + add-apt-repository should offer next highest repo version if repo for + running version is not found |
description: | updated |
summary: |
- add-apt-repository should offer next highest repo version if repo for - running version is not found + add-apt-repository should allow version specification or offer next + highest repo version if repo for running version is not found |
Changed in software-properties (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
add-apt-repository just finds out the distro your using using the output from uname and uses that, it doesnt check out information from launchpad. Considering this is an issue that is only going to effect testing users its not really an issue that I think the developers should bother with, what would be cool though is if the add-apt-repository would allow specifying the distro series.
eg. add-apt-repository --series karmic [ppa name]