~mwhudson/britney:retry-RUNNING-REFERENCE

Last commit made on 2022-02-10
Get this branch:
git clone -b retry-RUNNING-REFERENCE https://git.launchpad.net/~mwhudson/britney
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
retry-RUNNING-REFERENCE
Repository:
lp:~mwhudson/britney

Recent commits

53aaf8f... by Michael Hudson-Doyle

allow retrying on "Reference test in progress, but real test failed already"

86618a1... by Julian Andres Klode

Only set SMOOTH_UPDATES = libs oldlibs

Setting ALL has weird side effects with kernel upgrades and
other random binary packages being removed from source packages.

0374455... by Steve Langasek

Revert "Temporarily disable autohinter due to a recursion problem"

This reverts commit 83e6102613b37f3e464ecd269b9dd9c621075021.

83e6102... by Steve Langasek

Temporarily disable autohinter due to a recursion problem

e284729... by Steve Langasek

Set SMOOTH_UPDATES = ALL, which is correct for how Ubuntu handles binaries

d9d6261... by Steve Langasek

Merge remote-tracking branch 'juliank/no-testing-triggers'

8239fe9... by Steve Langasek

RIP Adam :/

36459dc... by Steve Langasek

Fix fencepost error when fetching autopkgtest results from sqlite

When querying swift there is no way to take results only newer than a
specified point, you can only query newer than or equal to. But for sqlite
we can absolutely use > instead of >= and avoid re-processing results we've
already seen.

bbdd810... by Steve Langasek

Split all triggers, not just the first one

e7eae44... by Steve Langasek

Merge remote-tracking branch 'juliank/check-new-migration-reference'