bodhi: Map admin.stg.fp.o/updates to bodhi2
This will hopefully fix some of the remaining bugs that we're hitting, as well as make it easier to test other tools against.
This commit is contained in:
parent
49fc63d0ec
commit
c11afe5673
2 changed files with 4 additions and 3 deletions
|
@ -237,12 +237,13 @@
|
|||
remotepath: /updates
|
||||
localpath: /updates
|
||||
proxyurl: http://localhost:10009
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: admin.fedoraproject.org
|
||||
destname: bodhi2
|
||||
remotepath: /
|
||||
localpath: /bodhi2
|
||||
localpath: /updates
|
||||
proxyurl: http://localhost:10010
|
||||
when: env == "staging"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[filter:proxy-prefix]
|
||||
use = egg:PasteDeploy#prefix
|
||||
prefix = /bodhi2
|
||||
prefix = /updates
|
||||
scheme = https
|
||||
|
||||
[app:main]
|
||||
|
@ -113,7 +113,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/bodhi2/
|
||||
base_address = https://admin.stg.fedoraproject.org/updates/
|
||||
|
||||
## Supported update types
|
||||
update_types = bugfix enhancement security newpackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue