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

Fix typo in GCSSDK superbuild #1665

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

Shelnutt2
Copy link
Member

Fix typo in GCSSDK superbuild

@Shelnutt2 Shelnutt2 added backport tags commits to backport to release branch cmake labels Jun 7, 2020
@Shelnutt2 Shelnutt2 requested a review from ihnorton June 7, 2020 15:10
@Shelnutt2 Shelnutt2 force-pushed the ss/gcs-fix-incorrect-find-package-restriction branch 2 times, most recently from 7f00ecc to 9ddf098 Compare June 9, 2020 01:56
@Shelnutt2 Shelnutt2 force-pushed the ss/gcs-fix-incorrect-find-package-restriction branch from 9ddf098 to 0ce5c77 Compare June 10, 2020 01:08
@Shelnutt2 Shelnutt2 added backport release-2.0.4 and removed backport tags commits to backport to release branch labels Jun 10, 2020
@Shelnutt2 Shelnutt2 merged commit e327e86 into dev Jun 10, 2020
@Shelnutt2 Shelnutt2 deleted the ss/gcs-fix-incorrect-find-package-restriction branch June 10, 2020 02:25
@github-actions
Copy link
Contributor

The backport to release-2.0.4 failed:

The process 'git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-2.0.4 release-2.0.4
# Navigate to the new working tree
cd .worktrees/backport-release-2.0.4
# Create a new branch
git switch --create backport-1665-to-release-2.0.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick e327e8615760cc093e0d0742621613442a26e811
# Push it to GitHub
git push --set-upstream origin backport-1665-to-release-2.0.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-2.0.4

Then, create a pull request where the base branch is release-2.0.4 and the compare/head branch is backport-1665-to-release-2.0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants