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

FIXES #708: add config directive for pkg_* cleanup on OpenBSD #753

Merged
merged 1 commit into from
Mar 26, 2024
Merged

FIXES #708: add config directive for pkg_* cleanup on OpenBSD #753

merged 1 commit into from
Mar 26, 2024

Conversation

Izder456
Copy link
Contributor

@Izder456 Izder456 commented Mar 26, 2024

Standards checklist:

  • [+] The PR title is descriptive.
  • [+] I have read CONTRIBUTING.md
  • [+] The code compiles (cargo build)
  • [+] The code passes rustfmt (cargo fmt)
  • [+] The code passes clippy (cargo clippy)
  • [+] The code passes tests (cargo test)

fixes #708

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.03%. Comparing base (373cd3b) to head (1de6128).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #753   +/-   ##
=====================================
  Coverage   5.03%   5.03%           
=====================================
  Files         37      37           
  Lines      12085   12085           
=====================================
  Hits         609     609           
  Misses     11476   11476           

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

Copy link
Member

@SteveLauC SteveLauC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM!

@SteveLauC SteveLauC merged commit 728ea26 into topgrade-rs:main Mar 26, 2024
19 checks passed
InnocentZero pushed a commit to InnocentZero/topgrade that referenced this pull request May 25, 2024
…BSD (topgrade-rs#753)

FIXEs topgrade-rs#708: add config directive for pkg_* cleanup on OpenBSD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OpenBSD's pkg_* for cleaning orphaned packages.
2 participants