~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: David Allouche
  • Date: 2006-12-15 15:57:54 UTC
  • mto: (3691.86.400 launchpad)
  • mto: This revision was merged to the branch mainline in revision 3751.
  • Revision ID: david.allouche@canonical.com-20061215155754-r4uoa6w5r2z9edxi
add iharness target to ./Makefile, that runs ipython instead of plain python

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
harness:
142
142
        PYTHONPATH=lib python -i lib/canonical/database/harness.py
143
143
 
 
144
iharness:
 
145
        PYTHONPATH=lib ipython -i lib/canonical/database/harness.py
 
146
 
144
147
rebuildfti:
145
148
        @echo Rebuilding FTI indexes on launchpad_dev database
146
149
        database/schema/fti.py -d launchpad_dev --force