Moving few translators which are not well tested, are in beta stage to 'testing/' directory.

This way, users will be aware which are in 'beta' stage, and we can keep on
adding new translators (if any) seemlessly to stable codebase and once tested
can move them to proper places.

To use these translators, everyone will have to prefix 'testing/' to existing
type of translator (in volumefile)

Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
This commit is contained in:
Amar Tumballi 2009-03-17 19:05:43 -07:00 committed by Anand V. Avati
parent b947dc7161
commit 2d7f44e397
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
xlator_LTLIBRARIES = ha.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/cluster
ha_la_LDFLAGS = -module -avoidversion

View File

@ -1,5 +1,5 @@
xlator_LTLIBRARIES = map.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/cluster
map_la_LDFLAGS = -module -avoidversion

View File

@ -1,5 +1,5 @@
xlator_LTLIBRARIES = filter.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features
filter_la_LDFLAGS = -module -avoidversion

View File

@ -1,6 +1,6 @@
xlator_LTLIBRARIES = path-converter.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features
path_converter_la_LDFLAGS = -module -avoidversion

View File

@ -1,5 +1,5 @@
xlator_LTLIBRARIES = trash.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/features
trash_la_LDFLAGS = -module -avoidversion

View File

@ -1,5 +1,5 @@
xlator_LTLIBRARIES = symlink-cache.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/performance
symlink_cache_la_LDFLAGS = -module -avoidversion

View File

@ -1,6 +1,6 @@
xlator_LTLIBRARIES = bdb.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/storage
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/testing/storage
bdb_la_LDFLAGS = -module -avoidversion