Merge ~andersson123/autopkgtest-cloud:noble-all-proposed into autopkgtest-cloud:master

Proposed by Tim Andersson
Status: Merged
Merged at revision: f1024b8c3af84968e39da647fec6327f8961b424
Proposed branch: ~andersson123/autopkgtest-cloud:noble-all-proposed
Merge into: autopkgtest-cloud:master
Diff against target: 13 lines (+1/-1)
1 file modified
charms/focal/autopkgtest-web/webcontrol/request/app.py (+1/-1)
Reviewer Review Type Date Requested Status
Skia Approve
Review via email: mp+463010@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Skia (hyask) :
review: Needs Fixing
Revision history for this message
Tim Andersson (andersson123) :
Revision history for this message
Tim Andersson (andersson123) wrote :

amended

Revision history for this message
Skia (hyask) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charms/focal/autopkgtest-web/webcontrol/request/app.py b/charms/focal/autopkgtest-web/webcontrol/request/app.py
2index 634146b..a4a3367 100644
3--- a/charms/focal/autopkgtest-web/webcontrol/request/app.py
4+++ b/charms/focal/autopkgtest-web/webcontrol/request/app.py
5@@ -294,7 +294,7 @@ def index_root():
6 now = datetime.datetime.utcnow()
7 if now < time_t_over:
8 if "migration-reference/0" not in params["triggers"]:
9- if params["arch"] == "armhf" and params["release"] == "noble":
10+ if params["release"] == "noble":
11 params["all-proposed"] = 1
12
13 if params.get("ppas"):

Subscribers

People subscribed via source and target branches