From 2beb225819ff28e2df950878b8b7d7cb3fbe58ab Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Aug 2015 15:58:57 +0000 Subject: [PATCH] A gotcha for the new-update form. --- playbooks/include/proxies-redirects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 54a73895be..1bb048dc4a 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -84,6 +84,13 @@ target: https://bodhi.stg.fedoraproject.org/overrides/ when: env == 'staging' + - role: httpd/redirectmatch + name: 04-bodhi2-new-update-gotcha + website: admin.fedoraproject.org + regex: /updates/new/*$ + target: https://bodhi.stg.fedoraproject.org/updates/new + when: env == 'staging' + - role: httpd/redirectmatch name: 90-bodhi2-cutover-updates website: admin.fedoraproject.org