> Simon, would it be possible to include the CVS/ directory in your > daily snapshots? > > Would it also be possible to include autogenerated files > (configure, gnulib, ...)? There is a target for doing that (make > snapshot), but it requires a configured tree and stuff. I find > this useful when telling users to test something, but I > understand if it might make it messy on your side.
The snapshots are created by 'make dist' right now, so it should be easy to test it by users. FWIW, you could use `make snapshot' instead of `make dist', it will make a `inetutils-DATE.tar.gz' tarball that extracts into inetutils-DATE. I don't know how to include the CVS/ directories easily though. If you write a Makefile target 'dist-with-cvs' to do it, I can modify my build scripts to invoke it. Seems alot of work for something that simple, so I'll pass. It was mostly a `nice thing to have' deal when you end up testing inetutils, and commit a patch, and want to do a quick update. Thanks, cheers! _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
