lp:~alexmurray/ubuntu-dev-tools

Owned by Alex Murray
Get this repository:
git clone https://git.launchpad.net/~alexmurray/ubuntu-dev-tools
Only Alex Murray can upload to this repository. If you are Alex Murray please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-ppa-pull-lp-1938659 2021-08-03 01:09:55 UTC
archive: Fix PersonalPackageArchiveSourcePackage to yield URLs

Author: Alex Murray
Author Date: 2021-08-03 01:09:55 UTC

archive: Fix PersonalPackageArchiveSourcePackage to yield URLs

Yielding the result of super()_source_urls() / _binary_urls() yields the
generator object itself which generates the list of URLs - not the URLs
which would be returned from this generator. Instead use yield from which
forwards the yield onto the generator object itself.

Fixes LP: #1938659

Signed-off-by: Alex Murray <alex.murray@canonical.com>

master 2021-07-17 15:57:22 UTC
Release 0.184

Author: Mattia Rizzolo
Author Date: 2021-07-17 15:57:22 UTC

Release 0.184

Signed-off-by: Mattia Rizzolo <mattia@debian.org>

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

Subscribers