Anitya: Fix installation of messaging schema
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
062e661b35
commit
396931fe56
1 changed files with 2 additions and 1 deletions
|
@ -63,9 +63,10 @@ items:
|
||||||
rm -f /usr/local/bin/anitya_cron.py && \
|
rm -f /usr/local/bin/anitya_cron.py && \
|
||||||
cp files/anitya_cron.py /usr/local/bin/ && \
|
cp files/anitya_cron.py /usr/local/bin/ && \
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
popd && \
|
|
||||||
pushd anitya_schema && \
|
pushd anitya_schema && \
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
|
popd && \
|
||||||
|
popd && \
|
||||||
rm -rf anitya
|
rm -rf anitya
|
||||||
RUN rm /etc/fedmsg.d/*py
|
RUN rm /etc/fedmsg.d/*py
|
||||||
RUN mkdir /httpdir
|
RUN mkdir /httpdir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue