scripts/build.sh
changeset 2599 22e1ec7bd02a
parent 2377 8f3771ff383b
child 2679 0ede2f3adbc1
equal deleted inserted replaced
2598:59ebf718c6a4 2599:22e1ec7bd02a
     8 # actually need to be uploaded, they still add to the work done for
     8 # actually need to be uploaded, they still add to the work done for
     9 # each update.
     9 # each update.
    10 
    10 
    11 DEFAULT_APP_BUILD=../build
    11 DEFAULT_APP_BUILD=../build
    12 DEFAULT_APP_FOLDER="../app"
    12 DEFAULT_APP_FOLDER="../app"
    13 DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py shell.py urls.py gae_django.py"
    13 DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml queue.yaml main.py settings.py shell.py urls.py gae_django.py"
    14 DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery \
    14 DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery \
    15     ranklist shell json htmlsanitizer taggable-mixin gviz"
    15     ranklist shell json htmlsanitizer taggable-mixin gviz"
    16 DEFAULT_ZIP_FILES="tiny_mce.zip"
    16 DEFAULT_ZIP_FILES="tiny_mce.zip"
    17 
    17 
    18 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}
    18 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}