Re: cogito cg-update fails

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2005-05-03 14:23:46
> 
> Yeah, I got exactly the same behavior a little while ago, but thanks
> to www.kernel.org/git, I saw that the problem had been found and fixed.
> 
> I had an older backup copy of all the cogito scripts, so I used that to update.
> 
> I believe the fix is this patch:

Thanks, fixed it ! Current top of tree seem to be fine too.

Cheers,
Ben.

> ===== cd7a12e5d569d59a04823114c275a83d65b9f37e vs 437167273f77c0d5f039280d158b43324a79f820 =====
> --- a/cg-pull
> +++ b/cg-pull
> @@ -48,7 +48,7 @@ fetch_rsync () {
>  }
>  
>  pull_rsync () {
> -	fetch_rsync -s -u -d "$1/objects" ".git/objects"
> +	fetch_rsync -s -u -d "$2/objects" ".git/objects"
>  }
>  
> 
> Hope this helps,
> Steven
> -
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
Benjamin Herrenschmidt <benh@kernel.crashing.org>

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Tue May 03 14:26:10 2005

This archive was generated by hypermail 2.1.8 : 2005-05-03 14:26:10 EST