~ubuntu-branches/ubuntu/precise/maas/precise-security

« back to all changes in this revision

Viewing changes to src/maas/settings.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-04-03 14:50:34 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120403145034-zpoykvh2wetqp2lz
Tags: 0.1+bzr400+dfsg-0ubuntu1
* debian/patches/{02-pserv-config,03-txlongpoll-config}.patch: Refreshed.
* debian/maas.install: Install maas-gc cronjob.
* Add apport hook.
  - debian/maas.apport: Add hook.
  - debian/rules: Install with apport.
* debian/maas.logrotate: Add logrotate for txlongpoll and pserv logs.
* Create 'var/lib/media/maas/storage' on postinst to have right permissions.
  - debian/maas.dirs: Drop dir creation.
  - debian/maas.postinst: Create dir with correct permissions.
  - debian/maas.postrm: Remove dir on purge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
MANAGERS = ADMINS
40
40
 
41
41
# Location where python-oops should store errors.
42
 
OOPS_REPOSITORY = 'logs'
 
42
OOPS_REPOSITORY = 'logs/oops'
43
43
 
44
44
LOGOUT_URL = '/'
45
45
LOGIN_REDIRECT_URL = '/'