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/03 13:52:52 UTC

[camel-k] branch switch-to-mkuhn-backport updated (7fa7df0 -> c585f81)

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

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


    omit 7fa7df0  Added a different backport action
    omit 67a47ef  Removed submodule for action
     new c585f81  Added a different backport action

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   (7fa7df0)
            \
             N -- N -- N   refs/heads/switch-to-mkuhn-backport (c585f81)

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:
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-k] 01/01: Added a different backport action

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

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

commit c585f818d8830c8354d390a3c653d2cb65971eb1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 3 14:44:58 2021 +0100

    Added a different backport action
---
 .github/actions/backport | 2 +-
 .gitmodules              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/backport b/.github/actions/backport
index 2d7713b..7b064a8 160000
--- a/.github/actions/backport
+++ b/.github/actions/backport
@@ -1 +1 @@
-Subproject commit 2d7713b178ee4f86d505da2f829301b912c0a4ca
+Subproject commit 7b064a82e69a6cc0f97fd2f06cfbe986f95977c3
diff --git a/.gitmodules b/.gitmodules
index 38b2437..90fa769 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule ".github/actions/backport"]
 	path = .github/actions/backport
-	url = https://github.com/tibdex/backport
+	url = https://github.com/m-kuhn/backport.git
 [submodule ".github/actions/changelog"]
 	path = .github/actions/changelog
 	url = https://github.com/CharMixer/auto-changelog-action