Merge ~juliank/britney/+git/britney2-ubuntu:all-all-proposed into ~ubuntu-release/britney/+git/britney2-ubuntu:master

Proposed by Julian Andres Klode
Status: Merged
Merged at revision: cdc015e7c4028846fb99985def3949545656f841
Proposed branch: ~juliank/britney/+git/britney2-ubuntu:all-all-proposed
Merge into: ~ubuntu-release/britney/+git/britney2-ubuntu:master
Diff against target: 14 lines (+2/-1)
1 file modified
britney2/policies/autopkgtest.py (+2/-1)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+463029@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py
2index b365194..89455d4 100644
3--- a/britney2/policies/autopkgtest.py
4+++ b/britney2/policies/autopkgtest.py
5@@ -1132,7 +1132,8 @@ class AutopkgtestPolicy(BasePolicy):
6 else:
7 qname = 'debci-%s-%s' % (self.options.series, arch)
8 # FIXME: Remove after the time_t transition
9- if (arch == "armhf" and self.options.series == "noble" and
10+ if (self.options.series == "noble" and
11+ "migration-reference/0" not in triggers and
12 datetime.utcnow().date() < date(2024, 4, 4)):
13 params["all-proposed"] = "1"
14 params['submit-time'] = datetime.strftime(datetime.utcnow(), '%Y-%m-%d %H:%M:%S%z')

Subscribers

People subscribed via source and target branches