Hi all! I have set up for daily snapshots of the CVS to be built and placed at:
http://josefsson.org/daily/libssh2/ I've also made the script mail the build logs, which automatically will create the following page: http://autobuild.josefsson.org/libssh2/ The page contains build logs with indices for hostname, hosttype, version, etc. It is work in progress, and suggestions are most welcome. It is easy for anyone to add more build robots that are shown on that page, simply set up a build robot for libssh2 and e-mail the output from './configure && make check' to [EMAIL PROTECTED] The following should be sufficient: (cd /to/your/libssh2/cvs/path && cvs upd -A -C && autoreconf -fvi && ./configure && make check) | mail [EMAIL PROTECTED] That reminds me, it would be nice if 'make check' in libssh2 actually did something... for starters, it would make that build status of 'Failure' turn into 'Success'. :) In other words, it would be nice with some self tests to test that a newly built libssh2 works. Btw, the above build robot page needed some additional information, printed by configure, which is achieved by autobuild.m4. I have installed it in CVS, and made configure.ac call it. I hope this isn't a problem for anyone. /Simon ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ libssh2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libssh2-devel
