To correct this (I think), software-properties would have to connect to the API and observe that it gets permission denied trying to read the ppa. Then it can reconnect to the API asking for authentication, which will open a browser window where you can do the openid ritual. Then using that token it ought to be possible for it to get the password etc.
-- You received this bug notification because you are a member of TI OMAP Developers, which is a direct subscriber. https://bugs.launchpad.net/bugs/645404 Title: add-apt-repository incorrect sources with private-ppa Status in “software-properties” package in Ubuntu: New Bug description: add-apt-repository generates incorrect sources list with private-ppa. --- root@vincent-desktop:~# add-apt-repository ppa:tiomap-dev/private-release Error: can't find signing_key_fingerprint at https://launchpad.net/api/1.0/~tiomap-dev/+archive/private-release root@vincent-desktop:~# cat /etc/apt/sources.list.d/tiomap-dev-private-release-maverick.list deb http://ppa.launchpad.net/tiomap-dev/private-release/ubuntu maverick main deb-src http://ppa.launchpad.net/tiomap-dev/private-release/ubuntu maverick main --- Those sources do not allow apt to work correctly. The correct lines, mentioned on launchpad web page are: --- This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources. deb https://private-ppa.launchpad.net/tiomap-dev/private-release/ubuntu maverick main deb-src https://private-ppa.launchpad.net/tiomap-dev/private-release/ubuntu maverick main --- ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: python-software-properties 0.76.7 ProcVersionSignature: Ubuntu 2.6.35-903.12-omap4 2.6.35.3 Uname: Linux 2.6.35-903-omap4 armv7l Architecture: armel Date: Wed Sep 22 19:20:16 2010 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: software-properties _______________________________________________ Mailing list: https://launchpad.net/~tiomap-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~tiomap-dev More help : https://help.launchpad.net/ListHelp

