Script to push a new bloggers.yml

This commit is contained in:
Nelson Elhage 2010-01-04 11:36:24 -05:00
parent 7b11b6f6c7
commit e1ea505f46
1 changed files with 7 additions and 0 deletions

7
update-bloggers Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
HERE=$(dirname "$0")
$HERE/import-feeds.py
$HERE/render.py $HERE/templates/config.ini > /mit/nelhage/planet/iron-blogger/config.ini
$HERE/update-participants.py
cp "$HERE/bloggers.yml" /mit/nelhage/web_scripts/iron-blogger/
chmod 777 /mit/nelhage/web_scripts/iron-blogger/bloggers.yml