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

fix(release): Fix wget output option #6542

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

ChristophWurst
Copy link
Member

@ChristophWurst
Copy link
Member Author

/backport to stable5.0

@backportbot backportbot bot added the backport-request A backport was requested for this pull request label Dec 2, 2024
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.33%. Comparing base (a671bf2) to head (f77d285).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6542   +/-   ##
=========================================
  Coverage     23.33%   23.33%           
  Complexity      453      453           
=========================================
  Files           248      248           
  Lines         11777    11777           
  Branches       2245     2245           
=========================================
  Hits           2748     2748           
  Misses         8705     8705           
  Partials        324      324           
Flag Coverage Δ
javascript 14.95% <ø> (ø)
php 59.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ChristophWurst ChristophWurst merged commit 04c5784 into main Dec 2, 2024
37 checks passed
@ChristophWurst ChristophWurst deleted the fix/release/package-signature branch December 2, 2024 18:31
Copy link

backportbot bot commented Dec 2, 2024

The backport to stable5.0 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable5.0
git pull origin stable5.0

# Create the new backport branch
git checkout -b backport/6542/stable5.0

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

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/6542/stable5.0

Error: No changes found in backport branch


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews backport-request A backport was requested for this pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants