build releases.json in stg
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
d892719a23
commit
053c0d75d9
1 changed files with 7 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue