Comment 1 for bug 576889

Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

this problem occurs here :
bzr branch 'lp:~stefanor/ftsoftware/ft-karmic' /tmp/toaster-install

it works as a normal user.

here is my patch :
if [ ! -d "$CHECKOUT" ]; then
# rm -rf "$CHECKOUT"
# bzr branch "$REPOS" "$CHECKOUT"
    echo you must run the checkout script as a user with launchpad keys registerd
    echo bzr branch "$REPOS" "$CHECKOUT"
 cd "$CHECKOUT"
else
 cd "$CHECKOUT"
# bzr clean-tree --force --detritus --ignored
 echo you must run this outside of the sudo : cd "$CHECKOUT" and bzr pull --remember "$REPOS"
fi