launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #00560
[Merge] lp:~allenap/launchpad/vostok-not-vosok into lp:launchpad/devel
Gavin Panella has proposed merging lp:~allenap/launchpad/vostok-not-vosok into lp:launchpad/devel.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
This corrects a typo in Makefile.
--
https://code.launchpad.net/~allenap/launchpad/vostok-not-vosok/+merge/32304
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/launchpad/vostok-not-vosok into lp:launchpad/devel.
=== modified file 'Makefile'
--- Makefile 2010-07-30 03:22:26 +0000
+++ Makefile 2010-08-11 10:29:44 +0000
@@ -399,7 +399,7 @@
# We insert the absolute path to the branch-rewrite script
# into the Apache config as we copy the file into position.
sed -e 's,%BRANCH_REWRITE%,$(shell pwd)/scripts/branch-rewrite.py,' configs/development/local-launchpad-apache > /etc/apache2/sites-available/local-launchpad
- cp configs/development/local-vostok-apache /etc/apache2/sites-available/local-vosok
+ cp configs/development/local-vostok-apache /etc/apache2/sites-available/local-vostok
touch /var/tmp/bazaar.launchpad.dev/rewrite.log
chown $(SUDO_UID):$(SUDO_GID) /var/tmp/bazaar.launchpad.dev/rewrite.log