From: Rafael L. <rla...@us...> - 2003-02-20 09:16:16
|
Update of /cvsroot/plplot/plplot/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv12380 Added Files: make-cvs-tarball.sh Log Message: This is a first try on a script to make automatic nightly candidate-release tarballs from CVS HEAD. For now, it only generates the tarball, no transfer to the SF web site (or wherever) is done. Run it like: USER=<your_SF_user_name> make-cvs-tarball.sh And a file plplot-<version>.cvs.<date>.tar.gz will be created in the current directory. Of course, this tarball does not work properly for "./configure; make", because "make dist" does not produces a totally functional tarball yet. |