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/11 09:07:29 UTC

[27/41] couch commit: updated refs/heads/import-rcouch to f07bbfc

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/e9a8fe83
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/e9a8fe83
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/e9a8fe83

Branch: refs/heads/import-rcouch
Commit: e9a8fe839742a69fc0f9c8de930fc1fd8ba1b95a
Parents: 5ead928
Author: benoitc <be...@apache.org>
Authored: Wed Jan 8 03:16:05 2014 +0100
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Feb 11 02:05:20 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/e9a8fe83/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/e9a8fe83/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 ->