You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/04 09:46:21 UTC

[GitHub] [camel-kamelets] github-actions[bot] commented on pull request #1139: Fixed name of upload-source script in README

github-actions[bot] commented on PR #1139:
URL: https://github.com/apache/camel-kamelets/pull/1139#issuecomment-1303185483

   The backport to `0.9.x` failed:
   ```
   The process '/usr/bin/git' failed with exit code 1
   ```
   To backport manually, run these commands in your terminal:
   ```bash
   # Fetch latest updates from GitHub
   git fetch
   # Create a new working tree
   git worktree add .worktrees/backport-0.9.x 0.9.x
   # Navigate to the new working tree
   cd .worktrees/backport-0.9.x
   # Create a new branch
   git switch --create backport-1139-to-0.9.x
   # Cherry-pick the merged commit of this pull request and resolve the conflicts
   git cherry-pick ---mainline 1 7dae1b7fb28ee49d3ef2db474b17d499ad785457
   # Push it to GitHub
   git push --set-upstream origin backport-1139-to-0.9.x
   # Go back to the original working tree
   cd ../..
   # Delete the working tree
   git worktree remove .worktrees/backport-0.9.x
   ```
   Then, create a pull request where the `base` branch is `0.9.x` and the `compare`/`head` branch is `backport-1139-to-0.9.x`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org