You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:55 UTC

[38/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

re-add vendor default


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

Branch: refs/heads/developer-preview-2.0
Commit: f9a0db420fecc85e38b61f9fd8a48f4848e86da8
Parents: fcf233d
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jun 24 22:39:22 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:07:49 2015 +0200

----------------------------------------------------------------------
 Makefile  | 10 ----------
 configure |  2 ++
 2 files changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f9a0db42/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 52559dc..5c96cf8 100644
--- a/Makefile
+++ b/Makefile
@@ -47,19 +47,9 @@ check: javascript eunit build-test
 
 # creates a full erlang release
 dist: all
-	@rm -rf rel/couchdb
-	@rebar generate
-	@cp -r share/www rel/couchdb/share/www
-	@cp -r share/docs rel/couchdb/share/docs
-
-# creates a source tarball
-release:
 	@./build-aux/couchdb-build-release.sh $(COUCHDB_VERSION)
 
-# build fauxton
-	@$(MAKE) fauxton
 	@cp -r share/www apache-couchdb-$(COUCHDB_VERSION)/share/
-
 	@mkdir -p apache-couchdb-$(COUCHDB_VERSION)/share/docs/html
 	@cp -r src/docs/build/html apache-couchdb-$(COUCHDB_VERSION)/share/docs/html
 	@mkdir -p apache-couchdb-$(COUCHDB_VERSION)/share/docs/pdf

http://git-wip-us.apache.org/repos/asf/couchdb/blob/f9a0db42/configure
----------------------------------------------------------------------
diff --git a/configure b/configure
index 3e1847a..cbf55c8 100755
--- a/configure
+++ b/configure
@@ -15,6 +15,8 @@
 rootdir="$(cd "${0%/*}" 2>/dev/null; echo "$PWD")"
 basename=`basename $0`
 
+PACKAGE_AUTHOR_NAME="The Apache Software Foundation"
+
 TEST=0
 WITH_CURL="false"
 WITH_FAUXTON=1