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 2018/09/25 13:07:51 UTC

[camel-k] branch fix-124 updated (a3d69e3 -> 8eb9a8e)

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

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


 discard a3d69e3  	Dead link in Developer's guide "runtime"
    omit c16e43c  Report correct build status in case of failure
     new 8eb9a8e  Dead link in Developer's guide "runtime"

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a3d69e3)
            \
             N -- N -- N   refs/heads/fix-124 (8eb9a8e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pkg/stub/action/integration/build.go | 9 ---------
 1 file changed, 9 deletions(-)


[camel-k] 01/01: Dead link in Developer's guide "runtime"

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

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

commit 8eb9a8e4f21a55bf1236572662d66e29c978f2c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 25 14:39:42 2018 +0200

    Dead link in Developer's guide "runtime"
---
 docs/developers.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/developers.adoc b/docs/developers.adoc
index 24affc4..983f15a 100644
--- a/docs/developers.adoc
+++ b/docs/developers.adoc
@@ -4,7 +4,7 @@ Developer's Guide
 
 We love contributions!
 
-The project is written in https://golang.org/[go] and contains some parts written in Java for the [integration runtime](/runtime).
+The project is written in https://golang.org/[go] and contains some parts written in Java for the link:/runtime[integration runtime]
 Camel K is built on top of Kubernetes through *Custom Resource Definitions*. The https://github.com/operator-framework/operator-sdk[Operator SDK] is used
 to manage the lifecycle of those custom resources.