software-properties:ubuntu/impish

Last commit made on 2021-11-02
Get this branch:
git clone -b ubuntu/impish https://git.launchpad.net/software-properties
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/impish
Repository:
lp:software-properties

Recent commits

cbf4d6e... by Corey Bryant

releasing package software-properties version 0.99.13.1

def98e8... by Corey Bryant

Merge remote-tracking branch 'chad.smith/ua-status-from-json-impish' into ubuntu/impish

878c47b... by Chad Smith

SoftwarePropertiesGTK: ignore timezone offsets of contract expiry

Avoid 'Unable to process contract expiry' messages

2b75bf5... by Corey Bryant

releasing package software-properties version 0.99.13.1

cf0e4d7... by Chad Smith

changelog 0.99.13.1 for release

886de8f... by Chad Smith

utils: prefer ua status from status.json. Support schema 0.1 format

Adjust gtk.utils.get_ua_status to prefer reading
/var/lib/ubuntu-advantage/status.json instead of invoking
ua status on the commandline due to a network roundtrip that
is performed while running the command.

This status.json file will exist on all machines attached to an
Ubuntu Advantage subscription.

Unattached machines will persist status.json due to a systemd timer
that will sync current unattached or attached status to
/var/lib/ubuntu-advantage/status.json.

Allow get_ua_status will now also check a _schema_version key from
ua status which will log if the schema version has changed from the
expected version "0.1".

Changes in schema version may imply incompatibility with reading
UA status.

ddedacf... by Robert Ancell

releasing package software-properties version 0.99.13

c0e426d... by Robert Ancell

Catch exception if UA status file is not written

59b8e29... by Robert Ancell

releasing package software-properties version 0.99.12

306dd79... by Robert Ancell

Remove unused code that is triggering pyflakes3