You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/06 18:40:19 UTC

[37/50] [abbrv] couch commit: updated refs/heads/import-rcouch to e2dbc79

move sources to src


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

Branch: refs/heads/import-rcouch
Commit: b7f85c325fd15a7017437af2a7de747a2c3b0140
Parents: 59c531a
Author: benoitc <be...@apache.org>
Authored: Wed Jan 8 03:16:05 2014 +0100
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 11:38:29 2014 -0600

----------------------------------------------------------------------
 rebar.config.script      | 2 +-
 src/couch.app.src.script | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/b7f85c32/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index ca79b39..2b187b6 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -14,7 +14,7 @@
 %% the License.
 
 
-Cfg = case file:consult("../../pkg.vars.config") of
+Cfg = case file:consult("../../../pkg.vars.config") of
           {ok, Terms} ->
               Terms;
           _Err ->

http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/b7f85c32/src/couch.app.src.script
----------------------------------------------------------------------
diff --git a/src/couch.app.src.script b/src/couch.app.src.script
index 45b5333..599efee 100644
--- a/src/couch.app.src.script
+++ b/src/couch.app.src.script
@@ -14,7 +14,7 @@
 %% the License.
 
 
-Cfg = case file:consult("../../pkg.vars.config") of
+Cfg = case file:consult("../../../pkg.vars.config") of
           {ok, Terms} ->
               Terms;
           _Err ->