usn-tool:master

Last commit made on 2024-01-29
Get this branch:
git clone -b master https://git.launchpad.net/usn-tool
Members of USN Tool Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:usn-tool

Recent commits

1ac7cef... by David Fernandez Gonzalez

Update USN format to support mix of ESM + LTS.

The current format doesn't support a USN in which
2 different packages get an update for the same release,
one going to ESM and the other to the archive. Whether
it is an ESM update or not is set at the release level.

As discussed in the email thread
'USNs - Same release, different components', the
decision made is to the follow the web format, but without
the ESM parts in the release. This part was discussed
in the sprint: the web team should move away from them.

As so, this commit:

* Adds 'Available with Ubuntu Pro' per binary.
* Removes the 'Available with Ubuntu Pro' from the release.

Signed-off-by: David Fernandez Gonzalez <email address hidden>

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
532ce08... by Steve Beattie

usn.py: use file context manager to autoclose file

When running the testsuite under python-unittest (e.g. `./test.py -v`)
unittest was reporting that a file descriptor was failing to be closed.
Convert to using a file context manager so that the descriptor is
closed automatically.

Signed-off-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~sbeattie/usn-tool/+git/usn-tool/+merge/454589

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
f55702c... by Steve Beattie

test.py: update tests and enable lpci

Merge ~rodrigo-zaiden/usn-tool:usn_tests_lpci into usn-tool:master

Acked-by: Alex Murray <email address hidden>
Acked-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~rodrigo-zaiden/usn-tool/+git/usn-tool/+merge/452984

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
34bf1be... by Steve Beattie

usn.py: ubuntu 23.10 (mantic) is released

Signed-off-by: Steve Beattie <email address hidden>

56ac269... by Rodrigo Figueiredo Zaiden

test.py: update tests and enable lpci

 updating test.py for python3 compatibility, adjusting a few tests
 adding lpci execution
 adding tests in README

Signed-off-by: Rodrigo Figueiredo Zaiden <email address hidden>

3aac747... by Ian Constantin

Added checks to warn against potentially misformatted Ubuntu release versions in the USN description

29bfb80... by Paulo Flabiano Smorigo

Merge branch 'pfsmorigo/use_lts_instead_of_esm'

c9bc1ed... by Paulo Flabiano Smorigo

usn.py: Fix python3 compatibility issue

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>

76fddb2... by Paulo Flabiano Smorigo

usn.py: use LTS even when it's a ESM only release

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>

b4aaa18... by Paulo Flabiano Smorigo

Move old parts to python3

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>