You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2016/11/30 17:41:10 UTC

[1/2] couchdb-mango git commit: Add .rebar/ to gitignore

Repository: couchdb-mango
Updated Branches:
  refs/heads/master 30b3696b8 -> 50066bc84


Add .rebar/ to gitignore


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

Branch: refs/heads/master
Commit: 50066bc841be578fc1cc2ed8f404392c71d853e5
Parents: d8792e4
Author: katsel <ka...@users.noreply.github.com>
Authored: Tue Oct 11 12:41:45 2016 +0200
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Wed Nov 30 12:40:43 2016 -0500

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/50066bc8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 50d43d8..4469453 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.rebar/
 ebin/
 test/*.pyc
 venv/


[2/2] couchdb-mango git commit: Tiny improvements for test README

Posted by va...@apache.org.
Tiny improvements for test README


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

Branch: refs/heads/master
Commit: d8792e40ffabf0581ce48600abcf286f57c2dfd6
Parents: 30b3696
Author: katsel <ka...@users.noreply.github.com>
Authored: Tue Oct 11 12:41:27 2016 +0200
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Wed Nov 30 12:40:43 2016 -0500

----------------------------------------------------------------------
 test/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/d8792e40/test/README.md
----------------------------------------------------------------------
diff --git a/test/README.md b/test/README.md
index ed9e0fc..fc2cd62 100644
--- a/test/README.md
+++ b/test/README.md
@@ -1,9 +1,9 @@
 Mango Tests
 ===========
 
-CouchDB should be started with ./dev/run -a testuser:testpass.
+CouchDB should be started with `./dev/run -a testuser:testpass`.
 
-To run these, do this in the top level directory:
+To run these, do this in the Mango top level directory:
 
     $ virtualenv venv
     $ source venv/bin/activate