commit a5aae0c0461a3fdf7b423fca2c94924064df6972
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 10 15:01:12 2016 +0100
Switch to /bodhi/
roles/bodhi2/base/templates/production.ini.j2 | 4 ++--
1 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 8285d52..7832d0d 100644
--- a/roles/bodhi2/base/templates/production.ini.j2
+++ b/roles/bodhi2/base/templates/production.ini.j2
@@ -1,6 +1,6 @@
[filter:proxy-prefix]
use = egg:PasteDeploy#prefix
-prefix = /updates
+prefix = /bodhi/
scheme = https
[app:main]
@@ -140,7 +140,7 @@ fedora_epel_stable_master_repomd =
http://download1.rpmfusion.org/pub/epel/%s/%s
fedora_epel_testing_master_repomd =
http://download1.rpmfusion.org/pub/epel/testing/%s/%s/repodata/repomd.xml
## The base url of this application
-base_address =
https://admin.rpmfusion.org/updates
+base_address =
https://admin.rpmfusion.org/bodhi/
## Supported update types
update_types = bugfix enhancement security newpackage