You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2019/07/19 23:31:25 UTC

[trafficserver] 04/05: Promotes remap_purge to stable, see #5394

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 0818fe6d15d71a7b5250502e7c0af4dc3ee12c83
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Jul 19 10:57:59 2019 -0600

    Promotes remap_purge to stable, see #5394
---
 plugins/Makefile.am                                  | 2 +-
 plugins/{experimental => }/remap_purge/Makefile.inc  | 6 +++---
 plugins/{experimental => }/remap_purge/remap_purge.c | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 7812c44..b121386 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -47,6 +47,7 @@ include multiplexer/Makefile.inc
 include prefetch/Makefile.inc
 include regex_remap/Makefile.inc
 include regex_revalidate/Makefile.inc
+include remap_purge/Makefile.inc
 include s3_auth/Makefile.inc
 include stats_over_http/Makefile.inc
 include tcpinfo/Makefile.inc
@@ -74,7 +75,6 @@ include experimental/memcache/Makefile.inc
 include experimental/metalink/Makefile.inc
 include experimental/money_trace/Makefile.inc
 include experimental/mp4/Makefile.inc
-include experimental/remap_purge/Makefile.inc
 include experimental/server_push_preload/Makefile.inc
 include experimental/slice/Makefile.inc
 include experimental/sslheaders/Makefile.inc
diff --git a/plugins/experimental/remap_purge/Makefile.inc b/plugins/remap_purge/Makefile.inc
similarity index 83%
rename from plugins/experimental/remap_purge/Makefile.inc
rename to plugins/remap_purge/Makefile.inc
index e1a9b7d..9517221 100644
--- a/plugins/experimental/remap_purge/Makefile.inc
+++ b/plugins/remap_purge/Makefile.inc
@@ -14,7 +14,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-pkglib_LTLIBRARIES += experimental/remap_purge/remap_purge.la
+pkglib_LTLIBRARIES += remap_purge/remap_purge.la
 
-experimental_remap_purge_remap_purge_la_SOURCES = \
-  experimental/remap_purge/remap_purge.c
+remap_purge_remap_purge_la_SOURCES = \
+  remap_purge/remap_purge.c
diff --git a/plugins/experimental/remap_purge/remap_purge.c b/plugins/remap_purge/remap_purge.c
similarity index 100%
rename from plugins/experimental/remap_purge/remap_purge.c
rename to plugins/remap_purge/remap_purge.c