diff options
author | Amar Tumballi <amar@gluster.com> | 2009-03-17 19:05:43 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-18 08:26:29 +0530 |
commit | 2d7f44e39792c71e4f7bb768acffc2f5a76c80e0 (patch) | |
tree | fc4183c69462be0b77f3fc26da3c84e5aa94e693 /xlators/features | |
parent | b947dc7161427b8c84f47b0a97861a36557f5748 (diff) |
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>
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/filter/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/features/path-convertor/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/features/trash/src/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xlators/features/filter/src/Makefile.am b/xlators/features/filter/src/Makefile.am index fa0b92214..cda5f0767 100644 --- a/xlators/features/filter/src/Makefile.am +++ b/xlators/features/filter/src/Makefile.am @@ -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 diff --git a/xlators/features/path-convertor/src/Makefile.am b/xlators/features/path-convertor/src/Makefile.am index 1fde19352..58cfed0f9 100644 --- a/xlators/features/path-convertor/src/Makefile.am +++ b/xlators/features/path-convertor/src/Makefile.am @@ -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 diff --git a/xlators/features/trash/src/Makefile.am b/xlators/features/trash/src/Makefile.am index d61f608aa..52fced524 100644 --- a/xlators/features/trash/src/Makefile.am +++ b/xlators/features/trash/src/Makefile.am @@ -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 |