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 2018/09/13 21:45:22 UTC

[trafficserver] branch 8.0.x updated: Corrects path in multiple documents

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

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


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 1552714  Corrects path in multiple documents
1552714 is described below

commit 155271487245c09c82053d133aa7c6d0f5d75255
Author: Xavier Chi <ch...@gmail.com>
AuthorDate: Thu Sep 13 11:03:06 2018 -0500

    Corrects path in multiple documents
    
    
    (cherry picked from commit 5e5611d8f2f0d9e90f259d492af70629c0792ec2)
---
 Makefile.am                                                 | 10 ++++------
 NOTICE                                                      |  4 ++--
 doc/developer-guide/api/functions/TSTypes.en.rst            |  2 +-
 doc/developer-guide/config-vars.en.rst                      |  2 +-
 doc/developer-guide/internal-libraries/buffer-writer.en.rst |  4 ++--
 proxy/issues.txt                                            |  6 +++---
 6 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9b541b2..2705e0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,13 +110,13 @@ autopep8:
 #
 # If you make changes to directory structures, you must update this as well.
 #
-.PHONY:	clang-format-cmd clang-format-example clang-format-iocore clang-format-lib clang-format-mgmt \
+.PHONY:	clang-format-src clang-format-example clang-format-iocore clang-format-lib clang-format-mgmt \
 	clang-format-plugins clang-format-proxy clang-format-tools
 
-clang-format: 	clang-format-cmd clang-format-example clang-format-iocore clang-format-lib clang-format-mgmt \
+clang-format: 	clang-format-src clang-format-example clang-format-iocore clang-format-lib clang-format-mgmt \
 		clang-format-plugins clang-format-proxy clang-format-tools clang-format-tests
 
-clang-format-cmd:
+clang-format-src:
 	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/src
 
 clang-format-example:
@@ -126,11 +126,9 @@ clang-format-iocore:
 	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/iocore
 
 clang-format-lib:
+	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/include
 	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/lib/cppapi
-	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/lib/bindings
 	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/lib/records
-	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/lib/ts
-	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/lib/wccp
 
 clang-format-mgmt:
 	@$(top_srcdir)/tools/clang-format.sh $(top_srcdir)/mgmt
diff --git a/NOTICE b/NOTICE
index 4e3f05d..d72681f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -71,12 +71,12 @@ Copyright (C) 2012 GoDaddy Operating Company, LLC
 
 ~~~
 
-lib/ts/HashFNV.cc contains code derived from code at http://www.isthe.com/chongo/tech/comp/fnv/
+src/tscore/HashFNV.cc contains code derived from code at http://www.isthe.com/chongo/tech/comp/fnv/
 It is public domain and has no copyright.
 
 ~~
 
-lib/ts/HashSip.cc contains code derived from code at https://github.com/floodyberry/siphash
+src/tscore/HashSip.cc contains code derived from code at https://github.com/floodyberry/siphash
 The code is public domain.
 
 The algorithm info can be found at: https://131002.net/siphash/
diff --git a/doc/developer-guide/api/functions/TSTypes.en.rst b/doc/developer-guide/api/functions/TSTypes.en.rst
index b828328..fb49e24 100644
--- a/doc/developer-guide/api/functions/TSTypes.en.rst
+++ b/doc/developer-guide/api/functions/TSTypes.en.rst
@@ -196,7 +196,7 @@ more widely. Those are described on this page.
 
 .. cpp:class:: VersionNumber
 
-   A two part version number, defined in :ts:git:`lib/ts/I_Version.h`.
+   A two part version number, defined in :ts:git:`include/tscore/I_Version.h`.
 
    .. cpp:member:: short int ink_major
 
diff --git a/doc/developer-guide/config-vars.en.rst b/doc/developer-guide/config-vars.en.rst
index b8885e2..5e85851 100644
--- a/doc/developer-guide/config-vars.en.rst
+++ b/doc/developer-guide/config-vars.en.rst
@@ -29,7 +29,7 @@
 
 .. |apidefs.h.in| replace:: ``apidefs.h.in``
 
-.. _apidefs.h.in: https://github.com/apache/trafficserver/blob/master/lib/ts/apidefs.h.in
+.. _apidefs.h.in: https://github.com/apache/trafficserver/blob/master/include/ts/apidefs.h.in
 
 .. |InkAPI.cc| replace:: ``InkAPI.cc``
 
diff --git a/doc/developer-guide/internal-libraries/buffer-writer.en.rst b/doc/developer-guide/internal-libraries/buffer-writer.en.rst
index adbf871..99b297c 100644
--- a/doc/developer-guide/internal-libraries/buffer-writer.en.rst
+++ b/doc/developer-guide/internal-libraries/buffer-writer.en.rst
@@ -106,8 +106,8 @@ making the logic much eaier to follow.
 Usage
 +++++
 
-The header files are divided in to two variants. :ts:git:`lib/ts/BufferWriter.h` provides the basic
-capabilities of buffer output control. :ts:git:`lib/ts/BufferWriterFormat.h` provides the basic
+The header files are divided in to two variants. :ts:git:`include/tscore/BufferWriter.h` provides the basic
+capabilities of buffer output control. :ts:git:`include/tscore/BufferWriterFormat.h` provides the basic
 :ref:`formatted output mechanisms <bw-formatting>`, primarily the implementation and ancillary
 classes for :class:`BWFSpec` which is used to build formatters.
 
diff --git a/proxy/issues.txt b/proxy/issues.txt
index bcaba1b..76a81b4 100644
--- a/proxy/issues.txt
+++ b/proxy/issues.txt
@@ -241,9 +241,9 @@ void * buf;
 	Is it part of the public interface ?
 
 
-+---------------------------+
-| lib/ts/ink_hrtime.h |
-+---------------------------+
++-----------------------------+
+| include/tscore/ink_hrtime.h |
++-----------------------------+
 
 conversion routines