/[Apache-SVN]
ViewVC logotype

Revision 835211


Jump to revision: Previous Next
Author: davisp
Date: Thu Nov 12 03:25:31 2009 UTC (14 years, 5 months ago)
Changed paths: 57
Log Message:
Backporting build system fixes for distcheck.

This is a backport of revisions 833951 through 833957.

For validation I've run make check, make distcheck, make cover, the query server specs for JavaScript and Erlang, and the Futon tests. If things break, blame Noah Slater.



Changed paths

Path Details
Directorycouchdb/branches/0.10.x/ modified , props changed
Directorycouchdb/branches/0.10.x/.gitignore modified , text changed
Directorycouchdb/branches/0.10.x/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/bin/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/configure.ac modified , text changed
Directorycouchdb/branches/0.10.x/etc/couchdb/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/etc/couchdb/default.ini.tpl.in modified , text changed
Directorycouchdb/branches/0.10.x/etc/default/couchdb modified , props changed
Directorycouchdb/branches/0.10.x/license.skip modified , text changed
Directorycouchdb/branches/0.10.x/share/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/src/couchdb/priv/ modified , props changed
Directorycouchdb/branches/0.10.x/src/couchdb/priv/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/src/erlang-oauth/ modified , props changed
Directorycouchdb/branches/0.10.x/src/erlang-oauth/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/src/erlang-oauth/oauth.app deleted
Directorycouchdb/branches/0.10.x/src/erlang-oauth/oauth.app.in
(Copied from couchdb/trunk/src/erlang-oauth/oauth.app.in, r833951)
added
Directorycouchdb/branches/0.10.x/src/ibrowse/ modified , props changed
Directorycouchdb/branches/0.10.x/src/ibrowse/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/src/ibrowse/ibrowse.app deleted
Directorycouchdb/branches/0.10.x/src/ibrowse/ibrowse.app.in
(Copied from couchdb/trunk/src/ibrowse/ibrowse.app.in, r833951)
added
Directorycouchdb/branches/0.10.x/src/mochiweb/ modified , props changed
Directorycouchdb/branches/0.10.x/src/mochiweb/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/src/mochiweb/mochiweb.app deleted
Directorycouchdb/branches/0.10.x/src/mochiweb/mochiweb.app.in
(Copied from couchdb/trunk/src/mochiweb/mochiweb.app.in, r833951)
added
Directorycouchdb/branches/0.10.x/test/Makefile.am modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/ modified , props changed
Directorycouchdb/branches/0.10.x/test/etap/001-load.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/010-file-basics.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/011-file-headers.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/020-btree-basics.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/021-btree-reductions.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/030-doc-from-json.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/031-doc-to-json.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/040-util.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/050-stream.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/060-kt-merging.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/061-kt-missing-leaves.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/062-kt-remove-leaves.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/063-kt-get-leaves.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/064-kt-counting.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/065-kt-stemming.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/070-couch-db.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/080-config-get-set.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/081-config-override.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/082-config-register.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/083-config-no-files.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/090-task-status.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/100-ref-counter.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/110-replication-httpc.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/111-replication-changes-feed.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/112-replication-missing-revs.t modified , text changed
Directorycouchdb/branches/0.10.x/test/etap/Makefile.am
(Copied from couchdb/trunk/test/etap/Makefile.am, r833951)
added , text changed
Directorycouchdb/branches/0.10.x/test/etap/run.tpl
(Copied from couchdb/trunk/test/etap/run.tpl, r833951)
added
Directorycouchdb/branches/0.10.x/test/etap/test_util.erl.in
(Copied from couchdb/trunk/test/etap/test_util.erl.in, r833951)
added
Directorycouchdb/branches/0.10.x/test/run_native_process.es
(Copied from couchdb/trunk/test/view_server/run_native_process.es, r833951)
replaced , text changed
Directorycouchdb/branches/0.10.x/test/test.js
(Copied from couchdb/trunk/test/javascript/test.js, r833951)
replaced
Directorycouchdb/branches/0.10.x/utils/Makefile.am modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26