~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: William Grant
  • Date: 2011-11-28 08:31:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14398.
  • Revision ID: william.grant@canonical.com-20111128083106-8o1g6clv1s4wcv66
Rip out apache config and the rest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
$(subst $(PY),,$(BUILDOUT_BIN)): $(PY)
232
232
 
233
233
compile: $(PY) $(BZR_VERSION_INFO)
234
 
        mkdir -p /var/tmp/vostok-archive
235
234
        ${SHHH} $(MAKE) -C sourcecode build PYTHON=${PYTHON} \
236
235
            LPCONFIG=${LPCONFIG}
237
236
        ${SHHH} LPCONFIG=${LPCONFIG} ${PY} -t buildmailman.py
432
431
        sed -e 's,%BRANCH_REWRITE%,$(shell pwd)/scripts/branch-rewrite.py,' \
433
432
                configs/development/local-launchpad-apache > \
434
433
                /etc/apache2/sites-available/local-launchpad
435
 
        cp configs/development/local-vostok-apache \
436
 
                /etc/apache2/sites-available/local-vostok
437
434
        touch /var/tmp/bazaar.launchpad.dev/rewrite.log
438
435
        chown $(SUDO_UID):$(SUDO_GID) /var/tmp/bazaar.launchpad.dev/rewrite.log
439
436
 
440
437
enable-apache-launchpad: copy-apache-config copy-certificates
441
438
        a2ensite local-launchpad
442
 
        a2ensite local-vostok
443
439
 
444
440
reload-apache: enable-apache-launchpad
445
441
        /etc/init.d/apache2 restart