Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC9E211185 for ; Fri, 5 Sep 2014 21:11:26 +0000 (UTC) Received: (qmail 18040 invoked by uid 500); 5 Sep 2014 21:11:26 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 17890 invoked by uid 500); 5 Sep 2014 21:11:26 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 17493 invoked by uid 99); 5 Sep 2014 21:11:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 21:11:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 30038A0B432; Fri, 5 Sep 2014 21:11:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Fri, 05 Sep 2014 21:11:35 -0000 Message-Id: <67069e2770034845b657f62b6fde553b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/12] couchdb commit: updated refs/heads/master to a5ceb62 create couchjs where eunit expects it Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/44a58516 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/44a58516 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/44a58516 Branch: refs/heads/master Commit: 44a5851673cb2dba186e4a4250a4860be9b03ff2 Parents: 7f9a7cf Author: Robert Newson Authored: Fri Sep 5 22:09:53 2014 +0100 Committer: Robert Newson Committed: Fri Sep 5 22:09:53 2014 +0100 ---------------------------------------------------------------------- .gitignore | 2 ++ Makefile | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/44a58516/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d56dc6b..6fd97e2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ share/server/main.js src/couch/priv/couch_js/config.h src/couch/priv/couchjs src/couch/priv/couchspawnkillable + +bin/ http://git-wip-us.apache.org/repos/asf/couchdb/blob/44a58516/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 0727521..35b9f79 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ config.erl: compile: config.erl @echo "==> couchjs (compile)" @rebar compile + @cp src/couch/priv/couchjs bin/ clean: @echo "==> couchjs (clean)"