You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge back the current diffs between release-10.5.0 and master to master
Then we can delete the release-10.5.0 branch that was used for making 10.5.0RC3 and when we are ready we can branch again from master1 before creating RC4.
This will allow us to easily include various stuff like Transifex translation commits that are in master and would otherwise need to be backported...
To make this PR I did:
git fetch origin
git checkout master
git pull
git checkout release-10.5.0
git pull
git checkout -b merge-back-10.5.0-20200703
git rebase master
First, rewinding head to replay your work on top of it...
Applying: Prepare 10.5.0 changelog
Applying: Bump version in version.php
Applying: Update icewind/smb v3.2.4 and other files_external/3rdparty dependencies
Applying: Bump icewind/smb 3.2.5 and google/apiclient 2.5.0
Applying: Updating google/apiclient-services (v0.138 => v0.139) in apps/files_external/3rdparty
Applying: Bump version in version.php
And it happily did the rebase without any conflicts, and ended up with just a reasonable set of commits that are the things from release-10.5.0 that are not already in master. i.e. the icewind/smb version bumps, ownCloud changelog, and ownCloud RC version bumps.
2020-07-06PM - rebased to latest master and added the commits from the new tip of release-10.5.0 (from PR #37654
How Has This Been Tested?
CI
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Database schema changes (next release will require increase of minor version instead of patch)
Breaking change (fix or feature that would cause existing functionality to change)
@phil-davis We need to merge the other branch.
There were additions to the branch.
Note: release-10.5.0 does not merge "automagically", GitHub claims that there are conflicts. We have to do something like this to merge the content (or someone with privs has to do a rebase of release-10.5.0 and force-push it, which seems more risky to me)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Merge back the current diffs between
release-10.5.0andmastertomasterThen we can delete the
release-10.5.0branch that was used for making10.5.0RC3and when we are ready we can branch again frommaster1before creating RC4.This will allow us to easily include various stuff like Transifex translation commits that are in
masterand would otherwise need to be backported...To make this PR I did:
And it happily did the rebase without any conflicts, and ended up with just a reasonable set of commits that are the things from
release-10.5.0that are not already inmaster. i.e. theicewind/smbversion bumps, ownCloud changelog, and ownCloud RC version bumps.2020-07-06PM - rebased to latest master and added the commits from the new tip of
release-10.5.0(from PR #37654How Has This Been Tested?
CI
Types of changes
Checklist: