Merge branch 'fedfind'
This commit is contained in:
commit
8f031e5e48
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
yum: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- babel
|
||||
- fedfind
|
||||
- git
|
||||
- python-feedparser
|
||||
- python-genshi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue