~smoser/git-ubuntu:add/debian-multimedia

Last commit made on 2018-12-20
Get this branch:
git clone -b add/debian-multimedia https://git.launchpad.net/~smoser/git-ubuntu
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
add/debian-multimedia
Repository:
lp:~smoser/git-ubuntu

Recent commits

e1003e2... by Scott Moser

Add debian-multimedia.

This package was requested on ubuntu-server mailing list today.

85bef3c... by Robie Basak

Friendlier self-test output

If we change directory to the location of the gitubuntu Python module
first, the commands to pylint and pytest are simpler and additionally
has the advantage that the output from pytest is nicer.

19d1144... by Robie Basak

Stop pinning pylint

The newest astroid (a dependency of pylint) doesn't work with the pinned
version of pylint, causing it to fail.

Instead, unpin pylint. This stops us falling behind on ancient pinned
versions of modules, and we can rely on CI to pick up problems nightly
as with this particular failure.

Since we can't easily unpin with a cached copy of pylint, install it
directly from PyPI as a "dependency" of git-ubuntu itself instead of as
a separate part.

6a1e203... by Robie Basak

pylint: ignore the py.path module

The latest pylint still doesn't play well with the use of py.path, but
differently, causing an ImportError at pylint time when there is no such
problem at runtime. Add it to the list of modules to ignore.

79812f9... by Robie Basak

Add lmdb to whitelist

7fb09ce... by Robie Basak

Sort ahasenack section of whitelist

affcec6... by Robie Basak

Add pgaudit to whitelist

a8da53d... by Robie Basak

Merge remote-tracking branch 'smoser/fix/1801168-build-when-no-patches'

9922d45... by Scott Moser

add test

476bfe0... by Scott Moser

build: Use ubuntu images for build unless image provided.

This is git-ubuntu. When selecting a container to build in, it should
try to run an ubuntu container.

If the codename is not known, a info level message will be written
indicating that the ubuntu-daily:devel will be used.

LP: #1727590