407
412
# We insert the absolute path to the branch-rewrite script
408
413
# into the Apache config as we copy the file into position.
409
414
sed -e 's,%BRANCH_REWRITE%,$(shell pwd)/scripts/branch-rewrite.py,' configs/development/local-launchpad-apache > /etc/apache2/sites-available/local-launchpad
411
417
touch /var/tmp/bazaar.launchpad.dev/rewrite.log
412
418
chown $(SUDO_UID):$(SUDO_GID) /var/tmp/bazaar.launchpad.dev/rewrite.log