Author: davisp
Date: Sat Oct 17 23:28:30 2009
New Revision: 826319
URL: http://svn.apache.org/viewvc?rev=826319&view=rev
Log:
Fixing build issues.
Remove bench/out.file debug log from SVN.
Prevent bench/out.file from being built.
Added etc/windows/README.txt.tpl to license.skip
Removed:
couchdb/trunk/bench/out.file
Modified:
couchdb/trunk/bench/benchbulk.sh
couchdb/trunk/license.skip
Modified: couchdb/trunk/bench/benchbulk.sh
URL: http://svn.apache.org/viewvc/couchdb/trunk/bench/benchbulk.sh?rev=826319&r1=826318&r2=826319&view=diff
==============================================================================
--- couchdb/trunk/bench/benchbulk.sh (original)
+++ couchdb/trunk/bench/benchbulk.sh Sat Oct 17 23:28:30 2009
@@ -57,7 +57,7 @@
echo "startkey $STARTKEY bulksize $BULKSIZE"
DOCS=$(make_bulk_docs $BULKSIZE $STARTKEY $DOCSIZE)
# echo $DOCS
- echo $DOCS | curl -T - -X POST $POSTURL -w%{http_code}\ %{time_total}\ sec\\n -o out.file
2> /dev/null &
+ echo $DOCS | curl -T - -X POST $POSTURL -w%{http_code}\ %{time_total}\ sec\\n >/dev/null
2>&1 &
let POSTS=POSTS+1
done
@@ -66,4 +66,4 @@
let RUN=RUN+1
done
-curl $DBURL -w\\n
\ No newline at end of file
+curl $DBURL -w\\n
Modified: couchdb/trunk/license.skip
URL: http://svn.apache.org/viewvc/couchdb/trunk/license.skip?rev=826319&r1=826318&r2=826319&view=diff
==============================================================================
--- couchdb/trunk/license.skip (original)
+++ couchdb/trunk/license.skip Sat Oct 17 23:28:30 2009
@@ -32,6 +32,7 @@
^etc/logrotate.d/couchdb*
^etc/logrotate.d/Makefile
^etc/logrotate.d/Makefile.in
+^etc/windows/README.txt.tpl
^libtool
^license.skip
^m4/ac_check_curl.m4*
|