Brad Crittenden has proposed merging lp:~bac/lpsetup/cleanish into lp:lpsetup.

Requested reviews:
  Launchpad Yellow Squad (yellow): code

For more details, see:
https://code.launchpad.net/~bac/lpsetup/cleanish/+merge/107386

Use the more conservative lxc-clean target to avoid directory permission 
problems with /var/tmp/bazaar.launchpad.dev.
-- 
https://code.launchpad.net/~bac/lpsetup/cleanish/+merge/107386
Your team Launchpad Yellow Squad is requested to review the proposed merge of 
lp:~bac/lpsetup/cleanish into lp:lpsetup.
=== modified file 'lpsetup/templates/lp-setup-lxc-build'
--- lpsetup/templates/lp-setup-lxc-build	2012-05-16 15:47:53 +0000
+++ lpsetup/templates/lp-setup-lxc-build	2012-05-25 13:55:19 +0000
@@ -32,7 +32,7 @@
     for i in $(seq 1 $TRIES); do
         IP_ADDRESS=`sudo {lxcip} -n {lxc_name} -i $LXC_INTERFACE`
         su {user} -c "/usr/bin/ssh -o StrictHostKeyChecking=no \
-            -i '{ssh_key_path}' $IP_ADDRESS make -C $PWD clean build schema"
+            -i '{ssh_key_path}' $IP_ADDRESS make -C $PWD lxc-clean codehosting-dir build schema"
         if [ ! 255 -eq $? ]; then
             # If ssh returns 255 then its connection failed.
             # Anything else is either success (status 0) or a

-- 
Mailing list: https://launchpad.net/~yellow
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yellow
More help   : https://help.launchpad.net/ListHelp

Reply via email to