Try changing the bodhi2 path from /updates2 to /bodhi2
I think this might have been confusing cornice...
This commit is contained in:
parent
ffe7a3fa63
commit
520a9e4bce
2 changed files with 3 additions and 3 deletions
|
@ -219,7 +219,7 @@
|
|||
website: admin.fedoraproject.org
|
||||
destname: bodhi
|
||||
remotepath: /
|
||||
localpath: /updates2
|
||||
localpath: /bodhi2
|
||||
proxyurl: http://localhost:10010
|
||||
when: env == "staging"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[filter:proxy-prefix]
|
||||
use = egg:PasteDeploy#prefix
|
||||
prefix = /updates2
|
||||
prefix = /bodhi2
|
||||
scheme = https
|
||||
|
||||
[app:main]
|
||||
|
@ -112,7 +112,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.stg.fedoraproject.org/updates2/
|
||||
base_address = https://admin.stg.fedoraproject.org/bodhi2/
|
||||
|
||||
## Supported update types
|
||||
update_types = bugfix enhancement security newpackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue