~racb/git-ubuntu:renameabledir-must-exist

Last commit made on 2020-03-19
Get this branch:
git clone -b renameabledir-must-exist https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
renameabledir-must-exist
Repository:
lp:~racb/git-ubuntu

Recent commits

1334cc5... by Robie Basak

RenamableDir: check that the supplied file exists

This was required before anyway; this makes it explicit that it is
checked for by the constructor, rather than just being an assertion.

80a6899... by Robie Basak

Add RenameableDir constructor file must exist test

We're going to change the constructor specification to explictly raise a
specific exception if the caller supplies a path that doesn't exist on
the filesystem. This adds the test for this; implementation to follow.

1fdcb5b... by Andreas Hasenack

whitelist: python-{maxminddb,geoip2}

41487af... by Robie Basak

Fix RenameableDir instantiation on broken symlinks

RenameableDir may be instantiated with a path that exists on the
filesystem but that is a broken symlink. In this case the "exists"
assertion should not follow the symlink, so it should use
os.path.lexists(), not os.path.exists().

This fixes the corresponding test, so we drop the xfail.

LP: #1864255

699e70a... by Robie Basak

Add xfailing test case for broken symlinks

Commit 748689c exposed LP: #1864255. Add a test case for this: when
RenameableDir is instantiated with a path that exists that is a symlink
to a path that doesn't exist, it should not raise an exception and a
the "recursive" attribute of the object should be False.

173ef94... by Andreas Hasenack

Add libmaxminddb, about to be in main (LP: #1861101)

05c0087... by Bryce Harrington

version: bump to 0.9.4

83d1da4... by Rafael David Tinoco

Despite being in 'universe', fence-virt is an important Ubuntu HA pkg.
Adding it to whitelist.

8dcabb1... by Rafael David Tinoco

Adding all packages related to Ubuntu HA that were not added yet.
Note: Special need to add python-rtslib-fb and targetcli-fb (MIR).

80e1b49... by Andreas Hasenack

Import packages related to the mysql my_bool work from the focal
development cycle.