Update staging to Bodhi 3.7.0b1.
Additionally, pin the container to use Fedora 27 since Bodhi 3.7 is in the f27-infra repo. Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
37464762bb
commit
4d6d34cdbf
3 changed files with 14 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
app: bodhi
|
||||
template: buildconfig.yml
|
||||
objectname: buildconfig.yml
|
||||
bodhi_version: 3.7.0-0.0.beta.fc27
|
||||
bodhi_version: 3.7.0-0.1.beta.fc27
|
||||
when: env == "staging"
|
||||
- role: openshift/object
|
||||
app: bodhi
|
||||
|
|
|
@ -46,6 +46,18 @@ filter-with = proxy-prefix
|
|||
# fedmsg_enabled = False
|
||||
fedmsg_enabled = True
|
||||
|
||||
##
|
||||
### Legal
|
||||
###
|
||||
#
|
||||
## If you set this, Bodhi will display a link in the footer called "Legal" that points to the
|
||||
## supplied link.
|
||||
legal_link = https://fedoraproject.org/wiki/Legal:Main
|
||||
## If you set this, Bodhi will display a link in the footer called "Privacy policy" that points to
|
||||
## the supplied link. It will also link the privacy policy under the comment box.
|
||||
privacy_link = https://fedoraproject.org/wiki/Legal:PrivacyPolicy
|
||||
|
||||
|
||||
# Captcha - if 'captcha.secret' is set, then it will be used for comments. Comment it to turn it
|
||||
# off. captcha.secret must be 32 url-safe base64-encoded bytes.
|
||||
# You can generate one with >>> cryptography.fernet.Fernet.generate_key()
|
||||
|
|
|
@ -10,7 +10,7 @@ items:
|
|||
runPolicy: Serial
|
||||
source:
|
||||
dockerfile: |-
|
||||
FROM fedora:latest
|
||||
FROM fedora:27
|
||||
LABEL \
|
||||
name="bodhi-web" \
|
||||
vendor="Fedora Infrastructure" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue