scripts/make_release.sh
changeset 157 8a64fc6b9d0e
parent 150 715b07485c48
child 158 2d5a7c18f9ea
equal deleted inserted replaced
156:476950fc348d 157:8a64fc6b9d0e
    10 
    10 
    11 DJANGO_ZIPFILE=django.zip
    11 DJANGO_ZIPFILE=django.zip
    12 RELEASE=../release
    12 RELEASE=../release
    13 APP_FOLDER="../app"
    13 APP_FOLDER="../app"
    14 APP_FILES="app.yaml index.yaml __init__.py main.py settings.py urls.py"
    14 APP_FILES="app.yaml index.yaml __init__.py main.py settings.py urls.py"
    15 APP_DIRS="soc ghop gsoc"
    15 APP_DIRS="soc ghop gsoc feedparser tiny_mce"
    16 
    16 
    17 cd $APP_FOLDER
    17 cd $APP_FOLDER
    18 # Remove old $ZIPFILE file.
    18 # Remove old $ZIPFILE file.
    19 rm -rf $DJANGO_ZIPFILE
    19 rm -rf $DJANGO_ZIPFILE
    20 
    20