~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Stuart Bishop
  • Date: 2011-09-28 12:49:24 UTC
  • mfrom: (9893.10.1 trivial)
  • mto: This revision was merged to the branch mainline in revision 14178.
  • Revision ID: stuart.bishop@canonical.com-20110928124924-m5a22fymqghw6c5i
Merged trivial into distinct-db-users.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        'oauth',
59
59
        'oops',
60
60
        'oops_datedir_repo',
 
61
        'oops_timeline',
61
62
        'oops_wsgi',
62
63
        'paramiko',
63
64
        'pgbouncer',
159
160
            'killservice = lp.scripts.utilities.killservice:main',
160
161
            'jsbuild = lp.scripts.utilities.js.jsbuild:main',
161
162
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
 
163
            'run-testapp = '
 
164
                'canonical.launchpad.scripts.runlaunchpad:start_testapp',
162
165
            'harness = canonical.database.harness:python',
163
166
            'twistd = twisted.scripts.twistd:run',
164
 
            'start_librarian '
165
 
                '= canonical.launchpad.scripts.runlaunchpad:start_librarian',
 
167
            'start_librarian = '
 
168
                'canonical.launchpad.scripts.runlaunchpad:start_librarian',
166
169
            'ec2 = devscripts.ec2test.entrypoint:main',
167
170
        ]
168
171
    ),