Add queue.yaml to build scripts.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sat, 11 Jul 2009 23:29:31 +0200
changeset 2599 22e1ec7bd02a
parent 2598 59ebf718c6a4
child 2600 382aed7d837e
Add queue.yaml to build scripts.
pavement.py
scripts/build.sh
--- 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()
--- 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"