Repository: bahir-website
Updated Branches:
  refs/heads/master 14533df08 -> 5b4ed3c1f


Update doc script with newly added extensions


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/0995f1ef
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/0995f1ef
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/0995f1ef

Branch: refs/heads/master
Commit: 0995f1ef61f0ad7c10e44bf3fd5beb661c09f3af
Parents: 14533df
Author: Luciano Resende <[email protected]>
Authored: Mon Nov 26 15:22:54 2018 +0100
Committer: Luciano Resende <[email protected]>
Committed: Mon Nov 26 15:22:54 2018 +0100

----------------------------------------------------------------------
 update-doc.sh | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/0995f1ef/update-doc.sh
----------------------------------------------------------------------
diff --git a/update-doc.sh b/update-doc.sh
index 73960ff..cc51fbd 100755
--- a/update-doc.sh
+++ b/update-doc.sh
@@ -85,6 +85,8 @@ FLINK_WEBSITE_DOC_DIR=site/docs/flink/current
 FLINK_REPO_NAME=bahir-flink
 FLINK_BAHIR_SOURCE_DIR=target/$FLINK_REPO_NAME
 
+GIT_REF=${GIT_REF:-master}
+
 function checkout_code {
     # Checkout code
     cd "$BASE_DIR" # make sure we're in the base dir
@@ -156,6 +158,7 @@ function update_spark {
         spark-streaming-akka      streaming-akka            \
         spark-streaming-mqtt      streaming-mqtt            \
         spark-streaming-pubsub    streaming-pubsub          \
+        spark-streaming-pubnub    streaming-pubnub          \
         spark-streaming-twitter   streaming-twitter         \
         spark-streaming-zeromq    streaming-zeromq
 
@@ -174,6 +177,8 @@ function update_flink {
         flink-streaming-activemq  flink-connector-activemq  \
         flink-streaming-akka      flink-connector-akka      \
         flink-streaming-flume     flink-connector-flume     \
+        flink-streaming-influxdb  flink-connector-influxdb  \
+        flink-streaming-kudu      flink-connector-kudu      \
         flink-streaming-netty     flink-connector-netty     \
         flink-streaming-redis     flink-connector-redis
 

Reply via email to