-
Notifications
You must be signed in to change notification settings - Fork 800
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
Remove Ubuntu Kinetic, add Mantic #5915
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5915 +/- ##
==========================================
- Coverage 60.05% 60.05% -0.01%
==========================================
Files 145 145
Lines 18762 18762
==========================================
- Hits 11268 11267 -1
- Misses 7494 7495 +1 |
Signed-off-by: István Váradi <[email protected]>
AppImage file: nextcloud-PR-5915-7f82e5976d245161d2c404103a3e246a544ac0bd-x86_64.AppImage |
Kudos, SonarCloud Quality Gate passed! |
/backport to stable-3.9 |
The backport to stable-3.9 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable-3.9
git pull origin stable-3.9
# Create the new backport branch
git checkout -b fix/foo-stable-3.9
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable-3.9 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Kinetic is not supported anymore, and Mantic is being developed.