# HG changeset patch # User Sverre Rabbelier # Date 1240090465 0 # Node ID ffc909238df51e40ca4de7ffde8e0e6e88cd8da9 # Parent 6159450c47676d71ec820019e88791cd1db344a2 Add cron.yaml to the build script Patch by: Sverre Rabbelier, Lennard de Rijk diff -r 6159450c4767 -r ffc909238df5 scripts/build.sh --- a/scripts/build.sh Sat Apr 18 21:30:58 2009 +0000 +++ b/scripts/build.sh Sat Apr 18 21:34:25 2009 +0000 @@ -10,7 +10,7 @@ DEFAULT_APP_BUILD=../build DEFAULT_APP_FOLDER="../app" -DEFAULT_APP_FILES="app.yaml index.yaml __init__.py main.py settings.py urls.py" +DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml __init__.py main.py settings.py urls.py" DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json" DEFAULT_ZIP_FILES="tiny_mce.zip"