scripts/build.sh
changeset 2303 11cf7f2cc4ff
parent 2227 ffc909238df5
child 2326 16c1b1412b0d
equal deleted inserted replaced
2302:7b281ac17abd 2303:11cf7f2cc4ff
     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 __init__.py main.py settings.py urls.py"
    13 DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py urls.py"
    14 DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json"
    14 DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json"
    15 DEFAULT_ZIP_FILES="tiny_mce.zip"
    15 DEFAULT_ZIP_FILES="tiny_mce.zip"
    16 
    16 
    17 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}
    17 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}
    18 APP_FOLDER=${APP_FOLDER:-"${DEFAULT_APP_FOLDER}"}
    18 APP_FOLDER=${APP_FOLDER:-"${DEFAULT_APP_FOLDER}"}