~robru/britney/+git/britney2-ubuntu:email-dry-run

Last commit made on 2017-03-07
Get this branch:
git clone -b email-dry-run https://git.launchpad.net/~robru/britney/+git/britney2-ubuntu
Only Robert Bruce Park can upload to this branch. If you are Robert Bruce Park please log in for upload directions.

Branch merges

Branch information

Name:
email-dry-run
Repository:
lp:~robru/britney/+git/britney2-ubuntu

Recent commits

d5c229b... by Robert Bruce Park on 2017-03-07

Just print results without sending emails.

220156b... by Robert Bruce Park on 2017-01-30

Email Policy, send emails when packages are rejected.

766ed38... by Iain Lane on 2017-02-08

sourceppa: Refactor exception handling

Use a for loop for retrying instead of recursion, so we don't get nested
exceptions being thrown. Add a test for this flakiness.

9661362... by Iain Lane on 2017-02-07

sourceppa: Retry 5 times on HTTP 503s

We get these quite frequently from the LP API - have a few attempts.

41d5136... by Iain Lane on 2017-01-11

autopkgtest: Accept packages which have dropped their tests in unstable

Currently we re-trigger all reverse binary dependencies of a package,
including binary packages built from the same source. We already
explicity trigger the source's own tests if they still exist in unstable
- don't also consider the source when looking at reverse dependencies.

8310df6... by Steve Langasek on 2017-02-01

Merge fix for LP: #1651537 from robru.

18ba74b... by Robert Bruce Park on 2017-01-24

Disable PIUParts (LP: #1651537)

820c446... by Robert Bruce Park on 2017-01-24

Fix upstream policy tests.

1a53882... by Martin Pitt on 2016-12-12

Python 3.2 workaround: Replace FileNotFoundError with {IO,OS}Error

The FileNotFound class is not yet available in Python 3.2, but as long as
snakefruit still runs Ubuntu 12.04 we need to get along without it.

fadcea4... by Martin Pitt on 2016-07-12

Python 3.2 workaround: Drop usage of clear()

The clear() collection method is not yet available in Python 3.2, but as long
as snakefruit still runs Ubuntu 12.04 we need to get along without it.