~twom/launchpad:oci-buildbehaviour

Last commit made on 2020-03-05
Get this branch:
git clone -b oci-buildbehaviour https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
oci-buildbehaviour
Repository:
lp:~twom/launchpad

Recent commits

5d04e5e... by Tom Wardill

Convert to TestCaseWithFactory

de20903... by Tom Wardill

Add cleanup for test_files_dir

63b3553... by Tom Wardill

Swap order of setter lines for DB safeness

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/380046

adefa34... by Tom Wardill

Merge db-stable c5c0781a5a (Allow OCIRecipe.git_path to be null)

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/380197

c376459... by Tom Wardill

Swap TrialTestCase for TestCaseWithFactory

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/380154

c6202fd... by Tom Wardill

Swap TrialTestCase for TestCaseWithFactory.

6f94b88... by Tom Wardill

Add OCIRecipeBuildBehaviour

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/379201

d5ee278... by Colin Watson

Use next(iterator) rather than iterator.next()

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/380096

7f354e6... by Colin Watson

Handle Python 3 iterator protocol changes

We now define `__next__` rather than `next`, and use six.Iterator to
smooth over compatibility issues.

626bd48... by Colin Watson

Port contrib.glock to Python 3 print functions

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/380128