# HG changeset patch # User Pawel Solyga # Date 1247347771 -7200 # Node ID 22e1ec7bd02a08cdc4d8345e98c2d487afced832 # Parent 59ebf718c6a4896f2cac0fd91821d43f8c7901f7 Add queue.yaml to build scripts. diff -r 59ebf718c6a4 -r 22e1ec7bd02a pavement.py --- a/pavement.py Sat Jul 11 23:29:22 2009 +0200 +++ b/pavement.py Sat Jul 11 23:29:31 2009 +0200 @@ -48,8 +48,9 @@ project_dir = PROJECT_DIR, app_build = PROJECT_DIR / 'build', app_folder = PROJECT_DIR / 'app', - app_files = ['app.yaml', 'cron.yaml', 'index.yaml', 'main.py', - 'settings.py', 'shell.py', 'urls.py', 'gae_django.py'], + app_files = ['app.yaml', 'cron.yaml', 'index.yaml', 'queue.yaml', + 'main.py', 'settings.py', 'shell.py', 'urls.py', + 'gae_django.py'], app_dirs = ['soc', 'ghop', 'gsoc', 'feedparser', 'python25src', 'reflistprop', 'jquery', 'ranklist', 'shell', 'json', 'htmlsanitizer', 'taggable-mixin', 'gviz'], @@ -334,4 +335,4 @@ 'Error occurred creating tinymce.zip: %r' % (exc,)) finally: if not tinymce_zip_fp.closed: - tinymce_zip_fp.close() \ No newline at end of file + tinymce_zip_fp.close() diff -r 59ebf718c6a4 -r 22e1ec7bd02a scripts/build.sh --- a/scripts/build.sh Sat Jul 11 23:29:22 2009 +0200 +++ b/scripts/build.sh Sat Jul 11 23:29:31 2009 +0200 @@ -10,7 +10,7 @@ DEFAULT_APP_BUILD=../build DEFAULT_APP_FOLDER="../app" -DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py shell.py urls.py gae_django.py" +DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml queue.yaml main.py settings.py shell.py urls.py gae_django.py" DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery \ ranklist shell json htmlsanitizer taggable-mixin gviz" DEFAULT_ZIP_FILES="tiny_mce.zip"