release-monitoring: Fix failing cronjob
The script created by python easy_install is pointing to non-existent file. Fix this by removing the script created by easy_install and replace it by actual cron script. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
ecb02967c4
commit
da283ab81c
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ items:
|
||||||
cp -r _build/html/* ../anitya/static/docs/ && \
|
cp -r _build/html/* ../anitya/static/docs/ && \
|
||||||
popd && \
|
popd && \
|
||||||
python3 setup.py install && \
|
python3 setup.py install && \
|
||||||
|
rm -f /usr/local/bin/anitya_cron.py && \
|
||||||
|
cp files/anitya_cron.py /usr/local/bin/ && \
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
popd && \
|
popd && \
|
||||||
rm -rf anitya
|
rm -rf anitya
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue