Re: changes to the repo scripts

2006-08-02 Thread Carlos Sanchez
That didn't solve the problem, it's in this line RSYNC_SSH="-e \"ssh $SSH_OPTS\"" SSH_OPTS was previously set to SSH_OPTS="-i $HOME/.ssh/new-id_dsa" when used RSYNC_SSH in the rsync command it get's messed up with the quoting On 8/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 8/2/06, C

Re: changes to the repo scripts

2006-08-02 Thread Jochen Wiedmann
On 8/2/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: if [ -z $NO_SSH ] then if [ -z $SSH_OPTS ] I am almost sure that you'd want if [ -z "$NO_SSH" ] then if [ -z "$SSH_OPTS" ] or even if [ x"$NO_SSH" = "x" ] then if [ x"$SSH_OPTS" = "x" ]

Re: changes to the repo scripts

2006-08-02 Thread Carlos Sanchez
ett Porter <[EMAIL PROTECTED]> wrote: Hi, I guess I wasn't paying enough attention to commits. The recent changes to the repo scripts result in a whole lot of prompts: [EMAIL PROTECTED]'s password: when you try to run them, which I have to ctrl-c. It is also no longer possible t

changes to the repo scripts

2006-08-01 Thread Brett Porter
Hi, I guess I wasn't paying enough attention to commits. The recent changes to the repo scripts result in a whole lot of prompts: [EMAIL PROTECTED]'s password: when you try to run them, which I have to ctrl-c. It is also no longer possible to use the scripts to sync a single