Skip to content

Commit

Permalink
MB-5821: fixed creating source tarball for 1.8.1 release
Browse files Browse the repository at this point in the history
removed memcachetest from filter-out list so that
it is included in the source tarball

Change-Id: I3fea8fd406ab5770beb7c11177fff1b18c048931
Reviewed-on: http://review.couchbase.org/18639
Reviewed-by: Steve Yen <steve.yen@gmail.com>
Tested-by: Farshid Ghods <farshid@couchbase.com>
Reviewed-by: Farshid Ghods <farshid@couchbase.com>
  • Loading branch information
farshidce authored and Farshid Ghods committed Jul 26, 2012
1 parent b84dc51 commit fb7b81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.top
Expand Up @@ -79,7 +79,7 @@ DIST_VERSION = `git describe`
DIST_MANIFEST = manifest.xml
DIST_PRODUCT = couchbase-server
DIST_COMPONENTS_EXTRA = couchbase-python-client
DIST_COMPONENTS = $(filter-out memcachetest, $(COMPONENTS)) $(DIST_COMPONENTS_EXTRA)
DIST_COMPONENTS = $(filter-out , $(COMPONENTS)) $(DIST_COMPONENTS_EXTRA)

dist:
for i in $(DIST_COMPONENTS); do (cd $$i && rm -f *.tar.gz && make dist || true); done
Expand Down

0 comments on commit fb7b81d

Please sign in to comment.