~frankban/lpsetup/skip-udev

« back to all changes in this revision

Viewing changes to lpsetup/settings.py

  • Committer: Francesco Banconi
  • Date: 2012-05-08 14:06:47 UTC
  • mfrom: (21.1.4 postgres-9.1)
  • Revision ID: francesco.banconi@canonical.com-20120508140647-ob06ytfao0yeessy
[r=bac] Postgres 9.1. Workaoround for bug 959352. Fixed exit code in lp-setup-lxc-build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    )
47
47
LP_CHECKOUT = 'devel'
48
48
LP_PACKAGES = [
 
49
    # "launchpad-database-dependencies-9.1" can be removed once 8.x is
 
50
    # no longer an option in "launchpad-developer-dependencies.
 
51
    'launchpad-database-dependencies-9.1',
49
52
    'launchpad-developer-dependencies', 'apache2',
50
53
    'apache2-mpm-worker', 'libapache2-mod-wsgi'
51
54
    ]