Merge branch 'fedfind'

This commit is contained in:
Rick Elrod 2016-11-17 22:11:46 +00:00
commit 8f031e5e48
2 changed files with 8 additions and 0 deletions

View file

@ -53,6 +53,13 @@ build labs.fedoraproject.org
build arm.fedoraproject.org
build getfedora.org
# Temporary: Build releases.json here and copy it over.
# This will eventually move to a daily cron.
cd getfedora.org
make json-releases
rsync -qa --delete-after --delay-updates out/releases.json /srv/web/getfedora.org/
cd ..
/usr/bin/git clean -q -fdx || exit 1
/usr/bin/git reset -q --hard || exit 1
/usr/bin/git checkout -q alt-rewrite || exit 1

View file

@ -2,6 +2,7 @@
yum: pkg={{ item }} state=present
with_items:
- babel
- fedfind
- git
- python-feedparser
- python-genshi