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
this problem occurs here : install
bzr branch 'lp:~stefanor/ftsoftware/ft-karmic' /tmp/toaster-
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