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?

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to