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/11/25 17:22:19 UTC

[camel-kamelets] branch main updated (a3c9e39 -> 055d769)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


    from a3c9e39  Added Infinispan Sink Kamelet
     new 3263712  Fixed README for validator
     new 055d769  Fixed README for generator

The 2 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.


Summary of changes:
 script/generator/README.md | 2 +-
 script/validator/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel-kamelets] 01/02: Fixed README for validator

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 326371245cbea27bda0acd3295ea06156bded079
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 25 18:20:59 2021 +0100

    Fixed README for validator
---
 script/validator/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/validator/README.md b/script/validator/README.md
index 32c3a1d..9b2d44e 100644
--- a/script/validator/README.md
+++ b/script/validator/README.md
@@ -4,5 +4,5 @@ To validate the Kamelets:
 
 ```
 # From the script/validator directory
-go run . ../../
+go run . ../../kamelets/
 ```

[camel-kamelets] 02/02: Fixed README for generator

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 055d769df2cdf54044400aef89bcb35d14430631
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 25 18:21:17 2021 +0100

    Fixed README for generator
---
 script/generator/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/generator/README.md b/script/generator/README.md
index a1b56e7..a4f3fa8 100644
--- a/script/generator/README.md
+++ b/script/generator/README.md
@@ -4,5 +4,5 @@ To generate the adoc and svg files for the website (you need `go`):
 
 ```
 # From the script/generator directory
-go run . ../../ ../../docs/modules/ROOT/
+go run . ../../kamelets/ ../../docs/modules/ROOT/
 ```