You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/25 12:34:26 UTC

[camel-kafka-connector-examples] 14/31: Git* Examples: Moved to tar.gz

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

acosentino pushed a commit to branch zip-vs-tar.gz
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit d2df441da81599d38b8d165b7c011d2126228173
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 13:28:42 2021 +0100

    Git* Examples: Moved to tar.gz
---
 git/git-source-branch/README.adoc            | 6 +++---
 git/git-source-commit/README.adoc            | 6 +++---
 git/git-source-tag/README.adoc               | 6 +++---
 github/github-source-events/README.adoc      | 6 +++---
 github/github-source-pullrequest/README.adoc | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/git/git-source-branch/README.adoc b/git/git-source-branch/README.adoc
index ee55b6c..23d930e 100644
--- a/git/git-source-branch/README.adoc
+++ b/git/git-source-branch/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-Download the connector package zip and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
+Download the connector package tar.gz and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
 
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.zip
-> unzip camel-git-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-commit/README.adoc b/git/git-source-commit/README.adoc
index 9ebf831..e508429 100644
--- a/git/git-source-commit/README.adoc
+++ b/git/git-source-commit/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-Download the connector package zip and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
+Download the connector package tar.gz and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
 
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.zip
-> unzip camel-git-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/git/git-source-tag/README.adoc b/git/git-source-tag/README.adoc
index 3ed5d36..26f9ecd 100644
--- a/git/git-source-tag/README.adoc
+++ b/git/git-source-tag/README.adoc
@@ -19,13 +19,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-Download the connector package zip and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
+Download the connector package tar.gz and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
 
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.zip
-> unzip camel-git-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-git-kafka-connector/0.8.0/camel-git-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-git-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect
diff --git a/github/github-source-events/README.adoc b/github/github-source-events/README.adoc
index d00cf49..148d042 100644
--- a/github/github-source-events/README.adoc
+++ b/github/github-source-events/README.adoc
@@ -149,12 +149,12 @@ Now we need to build the connector:
 > mvn clean package
 ```
 
-In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated zip from the previois build
+In this example we'll use `/home/oscerd/connectors/` as plugin.path, but we'll need the generated tar.gz from the previois build
 
 ```
 > cd /home/oscerd/connectors/
-> cp /home/workspace/miscellanea/github-extended/target/github-extended-0.8.0-package.zip .
-> unzip github-extended-0.8.0-package.zip
+> cp /home/workspace/miscellanea/github-extended/target/github-extended-0.8.0-package.tar.gz .
+> untar.gz github-extended-0.8.0-package.tar.gz
 ```
 
 Now we are ready to go.
diff --git a/github/github-source-pullrequest/README.adoc b/github/github-source-pullrequest/README.adoc
index 3eb0df6..85e1cd8 100644
--- a/github/github-source-pullrequest/README.adoc
+++ b/github/github-source-pullrequest/README.adoc
@@ -21,13 +21,13 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --rep
 
 === Download the connector package
 
-Download the connector package zip and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
+Download the connector package tar.gz and extract the content to a directory. In this example we'll use `/home/oscerd/connectors/`
 
 [source]
 ----
 > cd /home/oscerd/connectors/
-> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-github-kafka-connector/0.8.0/camel-github-kafka-connector-0.8.0-package.zip
-> unzip camel-github-kafka-connector-0.8.0-package.zip
+> wget https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-github-kafka-connector/0.8.0/camel-github-kafka-connector-0.8.0-package.tar.gz
+> untar.gz camel-github-kafka-connector-0.8.0-package.tar.gz
 ----
 
 === Configuring Kafka Connect