cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: autobuilds switch to git and adjust for c-ares

From: Daniel Johnson <daniel.johnson31_at_gmail.com>
Date: Wed, 24 Mar 2010 21:25:28 -0400

On Mar 24, 2010, at 5:40 PM, Daniel Stenberg wrote:

> Hi friends,
>
> All you great people who help us out by running autobuilds and sending back the results (and all you who have been waiting for a good oppurtunity to join in and help), you need to remove the existing curl CVS checkouts from your autobuild trees and replace them with curl git clones instead!
>
> The testcurl man page is updated accordingly:
>
> http://curl.haxx.se/docs/testcurl.html
>
> ... but the short story is that you simply can do this in the directory where the old curl checkout is living:
>
> $ rm -rf curl
> $ git clone git://github.com/bagder/curl.git
>
> ... and you should be fine. The test script version you get in that clone will work on the git repo and it'll then do the testing like before.
>
> NOTE!!
>
> If you have autobuilds that test with c-ares enabled, you need to make some changes since the c-ares source tree is no longer living within the curl repository. It has its own little git repository now.
>
> You then _either_ make a symlink named 'ares' within the curl source tree to point to the c-ares source tree root, to make it appear like it did before, or you make configure --enable-ares option point out the install tree prefix where c-ares is installed.
>
> You may also want to update c-ares from git automatically or whatever you please, since that will from now on not be done by the testcurl script due to the separated repositories.
>
> Questions?

My Mac OS X autobuilds are now running fine on git. Thanks!

Daniel

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-03-25