Rename fedmsg.d/bodhi.py to zzbodhi.py.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
8421005db1
commit
e34e637b1e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ items:
|
|||
RUN mv /usr/share/bodhi/bodhi.wsgi /usr/lib/python2.7/site-packages/bodhiwsgi.py
|
||||
# Put the fedmsg config in place
|
||||
RUN rm -f /etc/fedmsg.d/bodhi.py
|
||||
RUN ln -sf /etc/bodhi-fedmsg.d/bodhi-openshift-web.py /etc/fedmsg.d/bodhi.py
|
||||
# Let's name it starting with zz so it sorts last.
|
||||
RUN ln -sf /etc/bodhi-fedmsg.d/bodhi-openshift-web.py /etc/fedmsg.d/zzbodhi.py
|
||||
# Put the fedmsg cert and key in place
|
||||
RUN mkdir -p /etc/pki/fedmsg/
|
||||
RUN ln -sf /etc/pki/fedmsg/key/fedmsg-bodhi.key /etc/pki/fedmsg/bodhi.key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue