Tim Andersson has proposed merging
~andersson123/autopkgtest-cloud:drop-all-all-proposed into
autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/463289
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of
~andersson123/autopkgtest-cloud:drop-all-all-proposed into
autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/webcontrol/request/app.py b/charms/focal/autopkgtest-web/webcontrol/request/app.py
index a4a3367..186eedc 100644
--- a/charms/focal/autopkgtest-web/webcontrol/request/app.py
+++ b/charms/focal/autopkgtest-web/webcontrol/request/app.py
@@ -289,13 +289,6 @@ def index_root():
return HTML.format(
LOGOUT + "<p>Deleted {} requests</p>".format(count)
).format(**ChainMap(session, params))
- # FIXME: remove after the time_t transition
- time_t_over = datetime.datetime(2024, 4, 4)
- now = datetime.datetime.utcnow()
- if now < time_t_over:
- if "migration-reference/0" not in params["triggers"]:
- if params["release"] == "noble":
- params["all-proposed"] = 1
if params.get("ppas"):
uuid = s.send_amqp_request(context="ppa", **params)
--
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help : https://help.launchpad.net/ListHelp