Changeset 6319 for trunk


Ignore:
Timestamp:
Sep 30, 2008, 9:19:19 PM (16 years ago)
Author:
RIck van der Zwet
Message:
  • Makefile: Allow calling batch to make automatic re-inet and reload on -for example- subversion changes possible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r6314 r6319  
    1717init:
    1818#Re-init database
    19         @./sampleserver/manage.py syncdb --pythonpath=`pwd`
     19        @echo "no" | ./sampleserver/manage.py syncdb --pythonpath=`pwd`
    2020
    2121debug-init:
     
    3030#Fresh start, with new datebase which include debugging code
    3131
     32batch: dist-clean init debug-init run
     33#Intended usage for batch runs only e.g. no debug server
     34
Note: See TracChangeset for help on using the changeset viewer.