From: drh Date: Tue, 15 Feb 2005 16:04:46 +0000 (+0000) Subject: Update the publish.sh script so that it grabs the correct source tree. (CVS 2339) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ebcbcd48b3f225eb8e696ab20f06efda95f6f8e;p=thirdparty%2Fsqlite.git Update the publish.sh script so that it grabs the correct source tree. (CVS 2339) FossilOrigin-Name: 74684507a0a2bda67b6cfa899ccabf99da515899 --- diff --git a/manifest b/manifest index 865a084eea..a8721f587a 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Version\s2.8.16\s(CVS\s2336) -D 2005-02-15T13:07:51 +C Update\sthe\spublish.sh\sscript\sso\sthat\sit\sgrabs\sthe\scorrect\ssource\stree.\s(CVS\s2339) +D 2005-02-15T16:04:47 F Makefile.in ab7b0d5118e2da97bac66be8684a1034e3500f5a F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -16,7 +16,7 @@ F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826 F main.mk 7dfbd08ac90b15debd84ebd2606f0dbab739a4ab -F publish.sh 5b6a0545bcea61ec30fec7aafd6746fd6a669939 +F publish.sh 28c743e8ef922b726a05c84a8e597a6cf04cf554 F spec.template a38492f1c1dd349fc24cb0565e08afc53045304b F sqlite.1 83f4a9d37bdf2b7ef079a82d54eaf2e3509ee6ea F sqlite.def fc4f5734786fe4743cfe2aa98eb2da4b089edb5f @@ -191,7 +191,7 @@ F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P affde4431749e0c57e786cec926895b3c0f8a04f -R dd9f6bcae9ce8f6c1595e339d4e239bd +P 2efbbba55a851a5b83726720aaa9e59b8387556c +R da2d39962776d56c8504d05951acb929 U drh -Z d67bbcce34bf232ebe03651d1d7d8311 +Z a64e62f278096639d50a695483b67497 diff --git a/manifest.uuid b/manifest.uuid index 4e5b3deb74..9120b57d28 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -2efbbba55a851a5b83726720aaa9e59b8387556c \ No newline at end of file +74684507a0a2bda67b6cfa899ccabf99da515899 \ No newline at end of file diff --git a/publish.sh b/publish.sh index 234bfa9ae2..3b1e0c9e83 100644 --- a/publish.sh +++ b/publish.sh @@ -159,8 +159,10 @@ cd .. ORIGIN=`pwd` cd $srcdir cd .. -EXCLUDE=`find sqlite -print | grep CVS | sed 's,^, --exclude ,'` -tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite +mv sqlite_v2 sqlite-$VERS +EXCLUDE=`find sqlite-$VERS -print | grep CVS | sed 's,^, --exclude ,'` +tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS +mv sqlite-$VERS sqlite_v2 cd $ORIGIN #