Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport to 2.10.1][Fixes #5223] Layer details broken if no store identified #5240

Merged
merged 1 commit into from
Nov 11, 2019

Conversation

afabiani
Copy link
Member

The backport to 2.10.1 failed:

Commits ["0e37af02269101729cc3e409bd4977e79bc1c1a1"] could not be cherry-picked on top of 2.10.1
To backport manually, run these commands in your terminal:

Fetch latest updates from GitHub.

git fetch

Create new working tree.

git worktree add .worktrees/backport 2.10.1

Navigate to the new directory.

cd .worktrees/backport

Cherry-pick all the commits of this pull request and resolve the likely conflicts.

git cherry-pick 0e37af0

Create a new branch with these backported commits.

git checkout -b backport-5224-to-2.10.1

Push it to GitHub.

git push --set-upstream origin backport-5224-to-2.10.1

Go back to the original working tree.

cd ../..

Delete the working tree.

git worktree remove .worktrees/backport
Then, create a pull request where the base branch is 2.10.1 and the compare/head branch is backport-5224-to-2.10.1.

@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Nov 11, 2019
@afabiani afabiani merged commit 349aeb1 into 2.10.1 Nov 11, 2019
@afabiani afabiani deleted the backport-5224-to-2.10.1 branch November 11, 2019 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant