~nteodosio/software-properties:update-state-after-token-none

Last commit made on 2023-06-06
Get this branch:
git clone -b update-state-after-token-none https://git.launchpad.net/~nteodosio/software-properties
Only Nathan Teodosio can upload to this branch. If you are Nathan Teodosio please log in for upload directions.

Branch merges

Branch information

Name:
update-state-after-token-none
Repository:
lp:~nteodosio/software-properties

Recent commits

5c54a09... by Nathan Teodosio

Throw a more detailed error if token is not string.

https://launchpad.net/bugs/2006931 reports that
self.ua_object.Attach(token, ...) ultimately raises
TypeError: Expected a string or unicode object.

This could be caused by a invalid response from wait().
Alternatively, the user could input some random bytes
in the text field, but get_text() is supposed to return gchar*
so this is unlikely to be the source of the problem.

4a147bc... by Julian Andres Klode

releasing package software-properties version 0.99.37

c4b86dc... by Julian Andres Klode

tests: Only filter out Signed-by continuation lines

Filtering out all continuation lines would yield to false
positives if we cause bugs inserting newlines somewhere,
as continuation lines are valid in all fields.

So instead of filtering out signed-by and continuation
lines anywhere in the output in the unexpected lines, just
filter out the signed-by lines from the actual output before
comparing it.

49d2c3a... by Julian Andres Klode

Some minor typo fixes

35be764... by Julian Andres Klode

Adjust deb822 field order per review comments

8d2ecf4... by Julian Andres Klode

Merge remote-tracking branch 'enr0n/deb822' into ubuntu/master

c7befdd... by Corey Bryant

releasing package software-properties version 0.99.36

325e72a... by Corey Bryant

cloudarchive: Enable support for the Bobcat Ubuntu Cloud Archive on 22.04 (LP: #2018457).

18226d1... by Nick Rosbrook

test: modify PPA tests for deb822 sources

273f2f7... by Nick Rosbrook

ppa: enable deb822 support for PPAs

Enable deb822 in the super class and build _source_entry as
Deb822SourceEntry.