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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez, Dave Walker (Daviey), Andres Rodriguez
  • Date: 2012-03-27 14:49:56 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120327144956-zezstgry6t61438x
Tags: 0.1+bzr363+dfsg-0ubuntu1
[ Dave Walker (Daviey) ]
* debian/control: Add openssh-server as a Recommends, and wrap-and-sort. 

[ Andres Rodriguez ]
* debian/maas.postinst:
  - Do not start apache with apache2ctl. Use invoke-rc.d instead to not
    fail in the installer.
  - For start of postgresql before creating the DB, otherwise it will
    fail in the installer.
  - Add check of invoke-rc.d for syslog.
  - Add check of invoke-rc.d for rabbitmq-server; Add check for rabbitmqctl
  - Add db_stop, in case invoke-rc.d fails.
* debian/control: Tight python-django-maas dependency.
* debian/postrm: Add check for rabbitmqctl.
* debian/maas.maas-txlongpoll.upstart: Create rabbitmq longpoll user/vhost
  and set permissions if they don't exist. Start on rabbitmq-server-running.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        bin/test.maas
53
53
        bin/test.pserv
54
54
 
55
 
lint: sources = setup.py src templates utilities
 
55
lint: sources = contrib setup.py src templates twisted utilities
56
56
lint: bin/flake8
57
 
        @bin/flake8 $(sources)
 
57
        @find $(sources) -name '*.py' ! -path '*/migrations/*' \
 
58
            -print0 | xargs -r0 bin/flake8
58
59
 
59
60
check: clean test
60
61
 
61
 
docs/api.rst: bin/maas src/maasserver/api.py
 
62
docs/api.rst: bin/maas src/maasserver/api.py syncdb
62
63
        bin/maas generate_api_doc > $@
63
64
 
64
65
sampledata: bin/maas syncdb