You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/05/23 14:12:48 UTC

[1/4] git commit: updated refs/heads/1.3.x to 32325a2

Updated Branches:
  refs/heads/1.3.x 203a1b751 -> 32325a272
  refs/heads/master 20f037cee -> ad01dcb34


replace README with README.rst in build system


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/49059f1f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/49059f1f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/49059f1f

Branch: refs/heads/1.3.x
Commit: 49059f1f7077a1b6dedb9276bf396e130be0a3b1
Parents: 203a1b7
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu May 23 14:11:23 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu May 23 14:11:23 2013 +0200

----------------------------------------------------------------------
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/49059f1f/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 09a07ed..9be97f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ EXTRA_DIST = \
     LICENSE \
     NEWS \
     NOTICE \
-    README \
+    README.rst \
     THANKS \
     build-aux/dist-error \
     build-aux/sphinx-build \
@@ -78,7 +78,7 @@ NEWS.gz: NEWS
 NOTICE.gz: NOTICE
 	gzip -9 < $< > $@
 
-README.gz: README
+README.gz: README.rst
 	gzip -9 < $< > $@
 
 THANKS.gz: THANKS


[4/4] git commit: updated refs/heads/master to ad01dcb

Posted by dj...@apache.org.
docs: don't refer to release chapter in build system


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ad01dcb3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ad01dcb3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ad01dcb3

Branch: refs/heads/master
Commit: ad01dcb34f76345dae3031874f995bfb06159a54
Parents: 7d2d3a9
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu May 23 14:12:06 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu May 23 14:12:33 2013 +0200

----------------------------------------------------------------------
 share/doc/build/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ad01dcb3/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index e8a7ebc..9988cf1 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -64,7 +64,6 @@ html_files = \
     html/_sources/intro.txt \
     html/_sources/json-structure.txt \
     html/_sources/query-servers.txt \
-    html/_sources/release.txt \
     html/_sources/replication.txt \
     html/_static/ajax-loader.gif \
     html/_static/basic.css \
@@ -107,7 +106,6 @@ html_files = \
     html/intro.html \
     html/json-structure.html \
     html/query-servers.html \
-    html/release.html \
     html/replication.html \
     html/objects.inv \
     html/genindex.html \
@@ -150,7 +148,6 @@ src_files = \
     ../src/intro.rst \
     ../src/json-structure.rst \
     ../src/query-servers.rst \
-    ../src/release.rst \
     ../src/replication.rst \
     ../src/conf.py
 


[3/4] git commit: updated refs/heads/master to ad01dcb

Posted by dj...@apache.org.
replace README with README.rst in build system


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7d2d3a92
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7d2d3a92
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7d2d3a92

Branch: refs/heads/master
Commit: 7d2d3a92dc66723c035b1e2c7f4b6a6e731750b1
Parents: 20f037c
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu May 23 14:11:23 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu May 23 14:12:25 2013 +0200

----------------------------------------------------------------------
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7d2d3a92/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 09a07ed..9be97f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ EXTRA_DIST = \
     LICENSE \
     NEWS \
     NOTICE \
-    README \
+    README.rst \
     THANKS \
     build-aux/dist-error \
     build-aux/sphinx-build \
@@ -78,7 +78,7 @@ NEWS.gz: NEWS
 NOTICE.gz: NOTICE
 	gzip -9 < $< > $@
 
-README.gz: README
+README.gz: README.rst
 	gzip -9 < $< > $@
 
 THANKS.gz: THANKS


[2/4] git commit: updated refs/heads/1.3.x to 32325a2

Posted by dj...@apache.org.
docs: don't refer to release chapter in build system


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/32325a27
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/32325a27
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/32325a27

Branch: refs/heads/1.3.x
Commit: 32325a272660cca4b1447815362e8ee84b840e83
Parents: 49059f1
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Thu May 23 14:12:06 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Thu May 23 14:12:06 2013 +0200

----------------------------------------------------------------------
 share/doc/build/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/32325a27/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index 0e59924..f024935 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -63,7 +63,6 @@ html_files = \
     html/_sources/intro.txt \
     html/_sources/json-structure.txt \
     html/_sources/query-servers.txt \
-    html/_sources/release.txt \
     html/_sources/replication.txt \
     html/_static/ajax-loader.gif \
     html/_static/basic.css \
@@ -106,7 +105,6 @@ html_files = \
     html/intro.html \
     html/json-structure.html \
     html/query-servers.html \
-    html/release.html \
     html/replication.html \
     html/objects.inv \
     html/genindex.html \
@@ -148,7 +146,6 @@ src_files = \
     ../src/intro.rst \
     ../src/json-structure.rst \
     ../src/query-servers.rst \
-    ../src/release.rst \
     ../src/replication.rst \
     ../src/conf.py