What's missing in this script is Geoff's script to fix up all the file permissions. I think this is a must for a release tarball.
According to Gabriele Bartolini: > just to let you know that I have built the tarball using a very simple > script (you can find it at the bottom of this e-mail) very similar to the > one that Geoff uses every week for the snapshot. > > I also tagged the source tree with the htdig-3-2-0b5 tag. > > Lachlan, I've overridden your tarball file in the /files directory of > the website and also I have added a bzip2 version of the file. I thought > this method is more similar to the one effectively used every week (what do > you think? thanks anyway Lachlan). > > Now we just need to publish it and release it on SF.net (if you add me > Gilles, I can do it). > > Ciao and thanks, > -Gabriele > > ----------- > > # Change this directory (HTDIG) to point to the CVS source tree > HTDIG=/home/gbartolini/projects/htdig/htdig > VERSION=`cat $HTDIG/.version` > DISTDIR=/tmp/htdig-$VERSION > > NO_DIST="autom4te.cache BETA.DIST htdig/*.conf htmerge/*.conf \ > htsearch/*.conf htfuzzy/*.conf */*.gz mailarchive \ > .\#* */.\#* */*/.\#* *~ */*~ \ > CVS */CVS */*/CVS */*/*/CVS" > > echo "Releasing version: $VERSION" > echo "Date: " `date` > > rm -rf $DISTDIR > cp -r $HTDIG $DISTDIR > > (cd $DISTDIR; find . -name CVS | xargs rm -rf) > (cd $DISTDIR; rm -rf $NO_DIST) > > cd $DISTDIR > cd .. > echo "Preparing tar.gz package" > tar czf htdig-$VERSION.tar.gz htdig-$VERSION > echo "Preparing tar.bz2 package" > tar cjf htdig-$VERSION.tar.bzip2 htdig-$VERSION -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev