fix(Propagator): Also skip groupfolders versions and trash entries#58419
Conversation
Signed-off-by: provokateurin <kate@provokateurin.de>
|
/backport to stable33 |
|
/backport to stable32 |
|
/backport to stable31 |
1 similar comment
|
/backport to stable31 |
susnux
left a comment
There was a problem hiding this comment.
would be great to have this somehow generic to not rely on external apps internals 😅
|
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/58419/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a9fb17c9
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58419/stable31Error: Failed to check for changes with origin/stable31: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/58419/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a9fb17c9
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58419/stable32Error: Failed to check for changes with origin/stable32: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable33
git pull origin stable33
# Create the new backport branch
git checkout -b backport/58419/stable33
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a9fb17c9
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/58419/stable33Error: Failed to check for changes with origin/stable33: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
No idea how that should work 😬 |
Follow-up to #58402.
The same locking issues also happen on
__groupfolders/versionsand while it is much less likely, I also extended it to cover__groupfolders/trashas well.