usn-tool:warn-import-duplicate-usn

Last commit made on 2019-11-11
Get this branch:
git clone -b warn-import-duplicate-usn 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:
warn-import-duplicate-usn
Repository:
lp:usn-tool

Recent commits

9c179ce... by Alex Murray

usn.py: Allow to import updates to an existing USN

88c7ae7... by Alex Murray

usn.py: Fail to import USNs which would overwrite existing ones

So add a new --force option to override this new check.
This should help avoid issues where the master USN DB gets blatted over if
someone accidentally chooses a duplicate USN.

791f20e... by Steve Beattie

email-template: linewrap the summary

Add a simple helper function to linewrap text at 74 columns while not
splitting on hyphens, export it to genshi, and use it in the email
template. This is most useful for kernel USN publications where many,
many kernels are published all at once.

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

97332d8... by Alex Murray

usn.el: Mark some functions to be autoloaded

04fc4a7... by Alex Murray

usn.py: Update for eoan release

944de66... by Alex Murray

usn.el: Add helper for composing official USN email from a draft one

9daf5b5... by Alex Murray

usn.el: Remove unused json output mode

f48e6e1... by Alex Murray

Add a simple emacs interface to show USN details from USN DB

This uses usn.py and shows the result as yaml via `yaml-mode`

1d6c38b... by Alex Murray

Update USN email template to use prettier short USN URLs

6fbb4b2... by Steve Beattie

usn.py: do not backtrace if a release does not have URLs

ESM releases do not publish URLs.

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