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

[stable29] fix(setupchecks): Fix opcache buffer check #45106

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

come-nc
Copy link
Contributor

@come-nc come-nc commented Apr 30, 2024

  • Resolves: #

Summary

Backport commit from #44533

Checklist

This was broken by last codestyle update, maybe even before because of
 operator precedence. Now using vars to make it readable and correct at
 the same time.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@come-nc come-nc added the 3. to review Waiting for reviews label Apr 30, 2024
@come-nc come-nc added this to the Nextcloud 29.0.1 milestone Apr 30, 2024
@come-nc come-nc self-assigned this Apr 30, 2024
@come-nc
Copy link
Contributor Author

come-nc commented Apr 30, 2024

/backport to stable28

@come-nc
Copy link
Contributor Author

come-nc commented Apr 30, 2024

/backport to stable27

@come-nc come-nc enabled auto-merge April 30, 2024 09:51
@come-nc come-nc merged commit 76fa0c3 into stable29 Apr 30, 2024
168 checks passed
@come-nc come-nc deleted the backport/fix-opcache-buffer-check branch April 30, 2024 10:07
Copy link

backportbot bot commented Apr 30, 2024

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b backport/45106/stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5f8157f6

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/45106/stable27

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@skjnldsv skjnldsv mentioned this pull request May 15, 2024
21 tasks
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