Merge ~ahasenack/bileto:update-bileto-config-arch-all into bileto:master

Proposed by Andreas Hasenack
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: a73dd117bdb5390fab6fa75ea12cdf3cc05c9dea
Merged at revision: a73dd117bdb5390fab6fa75ea12cdf3cc05c9dea
Proposed branch: ~ahasenack/bileto:update-bileto-config-arch-all
Merge into: bileto:master
Diff against target: 16 lines (+6/-0)
1 file modified
britney/britney.conf.in (+6/-0)
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+388324@code.launchpad.net

Description of the change

I have a bileto run that didn't run the tests because a binary package is no longer being built in my update:

https://bileto.ubuntu.com/excuses/4170/groovy.html

Generated: 2020.07.29 20:08:40 +0000

    pmdk (1.8-1ubuntu1 to 1.9-1ubuntu1~ppa2)
        Migration status for pmdk (1.8-1ubuntu1 to 1.9-1ubuntu1~ppa2): BLOCKED: Maybe temporary, maybe blocked but Britney is missing information (check below)
        Issues preventing migration:
        missing build on all: libpmemobj-doc (from 1.8-1ubuntu1)
        arch:all not built yet, autopkgtest delayed
        Additional info:
        0 days old

I dropped libpmemobj-doc, which was a transitional package.

Laney hinted that it might be because of a missing configuration in britney.conf, which is what ths MP is pulling in.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/britney/britney.conf.in b/britney/britney.conf.in
2index a3cd294..02bec2a 100644
3--- a/britney/britney.conf.in
4+++ b/britney/britney.conf.in
5@@ -21,6 +21,12 @@ ARCHITECTURES = @ARCHES@ @PORTS_ARCHES@
6 # if you're not in this list, arch: all packages are allowed to break on you
7 NOBREAKALL_ARCHES = amd64
8
9+# primary architecture used for checking Build-Depends-Indep
10+ALL_BUILDARCH = amd64
11+
12+# is arch-all built separately? i.e. can it fail independently of another arch?
13+HAS_ARCH_ALL_BUILDDS = no
14+
15 # if you're in this list, your packages may not stay in sync with the source
16 OUTOFSYNC_ARCHES =
17

Subscribers

People subscribed via source and target branches