Re: [Balloon] Re: 0.7 release

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Glen VanMilligan
Date:  
To: Balloon
Subject: Re: [Balloon] Re: 0.7 release
On Wednesday 22 December 2004 09:16, Wookey wrote:
> #update important stuff from husaberg
>
> BASEFILE=/home/aleph1/armlinux/boards/balloon/husaberg
> SOURCE=rsync://husaberg.toby-churchill.com/balloon
> for DIR in "releases" "linux-2.4.25-vrs2-tcl1" "linux-2.6.8.1-tcl1"
> do
>   rsync -avzx --delete-after $SOURCE/$DIR $BASEFILE/$DIR
> done

Wookey,
I get the following error when I try to access the source:

linux:/home # /usr/bin/rsync -avzx --delete-after
rsync://husaberg.toby-churchill.com/balloon/linux-2.4.25-vrs2-tcl1 /home/aleph1/armlinux/boards/balloon/husaberg/linux-2.4.25-vrs2-tcl1
rsync: failed to connect to husaberg.toby-churchill.com: Connection refused
rsync error: error in socket IO (code 10) at clientserver.c(88)
linux:/home #

--Glen