desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Feature/macos legacy

Open camilasan opened this issue 1 year ago • 3 comments
trafficstars

Trying to build mac OS legacy versions from master.

camilasan avatar Feb 29 '24 10:02 camilasan

lgtm, does it compile on the build machine? I would have @claucambra here anyways for an expert look

allexzander avatar Feb 29 '24 18:02 allexzander

Can we then backport this to 3.12?

tobiasKaminsky avatar Mar 08 '24 09:03 tobiasKaminsky

/backport to stable-3.12

camilasan avatar Mar 11 '24 08:03 camilasan

AppImage file: nextcloud-PR-6498-d86abd4275dd1375b9d146bdb244d636306e08c2-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

nextcloud-desktop-bot avatar Mar 11 '24 08:03 nextcloud-desktop-bot

Quality Gate Failed Quality Gate failed

Failed conditions
E Maintainability Rating on New Code (required ≥ A)
6 New Code Smells (required ≤ 0)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

sonarqubecloud[bot] avatar Mar 11 '24 08:03 sonarqubecloud[bot]

The backport to stable-3.12 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-3.12
git pull origin stable-3.12

# Create the new backport branch
git checkout -b backport/6498/stable-3.12

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 7f57692a ed879511 3124dbe5 38e22e85 b6b174a4 1348e8aa d86abd42

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6498/stable-3.12

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress fatal: cherry-pick failed


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

backportbot[bot] avatar Mar 11 '24 14:03 backportbot[bot]

Much love from me for this effort! Thanks

labor4 avatar Apr 22 '24 10:04 labor4