lp:~enr0n/software-properties

Owned by Nick Rosbrook
Get this repository:
git clone https://git.launchpad.net/~enr0n/software-properties
Only Nick Rosbrook can upload to this repository. If you are Nick Rosbrook please log in for upload directions.

Branches

Name Last Modified Last Commit
lp-2037210 2024-03-28 18:44:03 UTC
ppa: do not enable deb822 logic when input is sources.list line or URI

Author: Nick Rosbrook
Author Date: 2024-03-28 18:37:23 UTC

ppa: do not enable deb822 logic when input is sources.list line or URI

In 23.10, we made the switch to generating deb822 sources for PPAs.
However, when add-apt-repository is passed a sources.list line for a
PPA, e.g.:

 add-apt-repository -y "deb http://ppa.launchpad.net/<user>/<ppa>/ubuntu jammy main"

the PPAShortcutHandler will still claim to be able to handle this, but
will not generate correct output.

To fix this, when given a sources.list line or URI, disable deb822 logic
to fallback to the pre-23.10 behavior. This is still not the recommended
usage, but it fixes a regression from before 23.10.

(LP: #2037210)

deb822 2023-03-31 16:32:34 UTC
test: modify PPA tests for deb822 sources

Author: Nick Rosbrook
Author Date: 2023-03-31 14:24:58 UTC

test: modify PPA tests for deb822 sources

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers