Merge lp:~bac/lpsetup/cleanish into lp:lpsetup

Proposed by Brad Crittenden on 2012-05-25
Status: Merged
Approved by: Gary Poster on 2012-05-25
Approved revision: 29
Merged at revision: 28
Proposed branch: lp:~bac/lpsetup/cleanish
Merge into: lp:lpsetup
Diff against target: 12 lines (+1/-1)
1 file modified
lpsetup/templates/lp-setup-lxc-build (+1/-1)
To merge this branch: bzr merge lp:~bac/lpsetup/cleanish
Reviewer Review Type Date Requested Status
Gary Poster (community) Approve on 2012-05-25
Yellow Squad code 2012-05-25 Pending
Review via email: mp+107386@code.launchpad.net

Commit Message

Use the more conservative lxc-clean target to avoid directory permission problems with /var/tmp/bazaar.launchpad.dev.

Description of the Change

Use the more conservative lxc-clean target to avoid directory permission problems with /var/tmp/bazaar.launchpad.dev.

To post a comment you must log in.
Gary Poster (gary) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lpsetup/templates/lp-setup-lxc-build'
2--- lpsetup/templates/lp-setup-lxc-build 2012-05-16 15:47:53 +0000
3+++ lpsetup/templates/lp-setup-lxc-build 2012-05-25 13:55:19 +0000
4@@ -32,7 +32,7 @@
5 for i in $(seq 1 $TRIES); do
6 IP_ADDRESS=`sudo {lxcip} -n {lxc_name} -i $LXC_INTERFACE`
7 su {user} -c "/usr/bin/ssh -o StrictHostKeyChecking=no \
8- -i '{ssh_key_path}' $IP_ADDRESS make -C $PWD clean build schema"
9+ -i '{ssh_key_path}' $IP_ADDRESS make -C $PWD lxc-clean codehosting-dir build schema"
10 if [ ! 255 -eq $? ]; then
11 # If ssh returns 255 then its connection failed.
12 # Anything else is either success (status 0) or a

Subscribers

People subscribed via source and target branches