You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/08/31 07:51:11 UTC

[pulsar-site] branch fix-docs-generate-clis-2 created (now 7d3b575420b)

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

urfree pushed a change to branch fix-docs-generate-clis-2
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 7d3b575420b fix docs generate cli bugs

This branch includes the following new commits:

     new 7d3b575420b fix docs generate cli bugs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: fix docs generate cli bugs

Posted by ur...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch fix-docs-generate-clis-2
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 7d3b575420b85140e419dbe5bcf3d456b973b5ff
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Aug 31 15:51:00 2022 +0800

    fix docs generate cli bugs
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/tools/build-site.sh            | 2 ++
 site2/tools/publish-website.sh       | 2 +-
 site2/tools/pulsar-admin-doc-gen.sh  | 2 +-
 site2/tools/pulsar-client-doc-gen.sh | 2 +-
 site2/tools/pulsar-config-doc-gen.sh | 2 +-
 site2/tools/pulsar-doc-gen.sh        | 2 +-
 site2/tools/pulsar-perf-doc-gen.sh   | 2 +-
 7 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index af4a11e06f3..cdd2865c346 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -18,6 +18,8 @@
 # under the License.
 #
 
+set -x
+
 ROOT_DIR=$(git rev-parse --show-toplevel)
 
 NEXT=$1
diff --git a/site2/tools/publish-website.sh b/site2/tools/publish-website.sh
index 67a252c809e..77aaf2fd80b 100755
--- a/site2/tools/publish-website.sh
+++ b/site2/tools/publish-website.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-set -e
+set -x -e
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
 
diff --git a/site2/tools/pulsar-admin-doc-gen.sh b/site2/tools/pulsar-admin-doc-gen.sh
index d575bbe3066..0ccd84640d0 100755
--- a/site2/tools/pulsar-admin-doc-gen.sh
+++ b/site2/tools/pulsar-admin-doc-gen.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-set -x -e
+set -x
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
 WEBSITE=$1
diff --git a/site2/tools/pulsar-client-doc-gen.sh b/site2/tools/pulsar-client-doc-gen.sh
index 2b57a065904..0f78499d21d 100755
--- a/site2/tools/pulsar-client-doc-gen.sh
+++ b/site2/tools/pulsar-client-doc-gen.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-set -x -e
+set -x
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
 WEBSITE=$1
diff --git a/site2/tools/pulsar-config-doc-gen.sh b/site2/tools/pulsar-config-doc-gen.sh
index 0b289f62726..e68ff6249eb 100755
--- a/site2/tools/pulsar-config-doc-gen.sh
+++ b/site2/tools/pulsar-config-doc-gen.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-set -x -e
+set -x
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
 WEBSITE=$1
diff --git a/site2/tools/pulsar-doc-gen.sh b/site2/tools/pulsar-doc-gen.sh
index c0264413699..954f1dd110a 100755
--- a/site2/tools/pulsar-doc-gen.sh
+++ b/site2/tools/pulsar-doc-gen.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-set -x -e
+set -x
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
 WEBSITE=$1
diff --git a/site2/tools/pulsar-perf-doc-gen.sh b/site2/tools/pulsar-perf-doc-gen.sh
index 60ee03389d6..d90d3c1b0d9 100755
--- a/site2/tools/pulsar-perf-doc-gen.sh
+++ b/site2/tools/pulsar-perf-doc-gen.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-set -x -e
+set -x
 
 ROOT_DIR=$(git rev-parse --show-toplevel)
 WEBSITE=$1