From 72ca34825cad7d9823642a6585f6c16d7b481817 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 15 Aug 2015 23:01:31 +0000 Subject: [PATCH] Tell bodhi2 that the base url is bodhi.fp.o. --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- roles/bodhi2/base/templates/staging.ini.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index bcae42ebbb..dd89aabdcb 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -106,7 +106,7 @@ fedora_master_repomd = http://download.fedora.redhat.com/pub/fedora/linux/update fedora_epel_master_repomd = http://download.fedora.redhat.com/pub/epel/%d/i386/repodata/repomd.xml ## The base url of this application -base_address = https://admin.fedoraproject.org/updates/ +base_address = https://bodhi.fedoraproject.org/updates/ ## Supported update types update_types = bugfix enhancement security newpackage diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index f5aae9387e..0f5a786cee 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -112,7 +112,7 @@ fedora_epel_master_repomd = 'http://download01.phx2.fedoraproject.org/pub/epel/% ## The base url of this application -base_address = https://admin.stg.fedoraproject.org/updates/ +base_address = https://bodhi.stg.fedoraproject.org/ ## Supported update types update_types = bugfix enhancement security newpackage